/* 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:590px;
	list-style: none;
 	height:394px;
	overflow:hidden; 
}	
.slider, .slider2 {
	width:590px;
	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:relative;
	left:-30px;
	top:-230px;
	z-index:1000;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	cursor:pointer;
}	
.nextBtn{ 
	left:590px;
}														
.nextBtn { 
	background:url(images/btn_next.gif) no-repeat 0 0;
	top:-315px;
}	
#wrapper .prevBtn{ 
	left:-35px;
}

#slider .desc {
	background-color:#333333;
	margin-top:-80px;
	padding:5px;
	opacity: 0.8;
}

#slider .desc h4 {
	color: #E56E14;
	font-size: 16px;
	font-weight: bold;
}

#slider .desc p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#controls {
	display: block;
	height: 0;
	position: relative;
	
}
		
/* numeric controls */	
ol {
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

/* // Sudo Slider */