#slidecontainer {
    width:773px; 
    height:237px; 
    float:right; 
    background:#000; 
    border:1px solid #2f2f2f; 
    padding:1px;
}
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
    margin-top:1em;
}
#slider li, #slider2 li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:556px;
	height:237px;
	overflow:hidden;
	float:left; 
	margin:0;
}	

/* numeric controls */	

ol#controls {
	margin:0 0 0 1px;
	padding:0;
    float:left;
	height:237px;	
    width:216px;
}
ol#controls li {
	margin:0 10px 0 0; 
	padding:0;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:31px;
	background: url(../images/slider-back.gif) repeat-x;
	color:#fff;
    font-size:11px;
    font-weight:bold;
    width:206px;
	padding:3px 0 0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background: url(../images/slider-back-hover.gif) repeat-x;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
    outline:none;
}