/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden; 
	}
	
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:630px;
   height:300px;
	overflow:hidden; 
}	
.slider, .slider2 {
	width:630px;
	height:300px;
	overflow:hidden; 
}
.graphic, .prevBtn, .nextBtn{
	 margin:0;
	 padding:0;
	 display:block;
	 overflow:hidden;
	 text-indent:-8000px;
 }
 /*
 .prevBtn, .nextBtn { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:900;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	cursor:pointer;
}	
.nextBtn{ 
	left:630px;
}														
.nextBtn { 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
#wrapper .prevBtn{ 
	left:-35px;
}	
*/
#container {	
	/*margin:0 auto*/;
	margin: -2px 0 0 1px;
	position:relative;
	text-align:left;
	width:630px;
	background:#fff;		
	/*margin-bottom:2em;*/
}

/* numeric controls */	
ol {
	margin:0;
	padding:0;
	height:17px;	
}
ol li{
	margin:0 0 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	width:126px;
	text-align:center;
}
ol li a{
	float:left;
	height:17px;
	line-height:17px;
	/*border:1px solid #ccc;*/
	background: url(../images/btn_slider_nav.gif) right bottom no-repeat;
	color:#fff;
	padding:0;
	text-decoration:none;
	width:100%;
}

ol li a:hover {
	background: url(../images/btn_slider_nav.gif) right top no-repeat;
	color:#fff;
	
	}
ol li.current a{
	background: url(../images/btn_slider_nav.gif) right top no-repeat;
	color:#fff;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

