/* Sudo Slider */


.slider ul, .slider ul li, .sliderul, .sliderli {
	margin:0;
	padding:0;
	list-style:none;
}
.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:680px;
	/* 	height:241px; */
	overflow:hidden;
	position:relative;
}

.slider, .slider2 {
	width:680px;
	overflow:hidden;
}
.slider ul li span{
	color: #F6C;
}
.pink{
	margin-bottom:10px;
	font-weight:bold;
	color: #F6C;
}
.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:100;*/
	background:url(../images/btn_prev.gif) no-repeat 0 0;
	cursor:pointer;
}
.nextBtn {
	left:680px;
}
.nextBtn {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
#wrapper .prevBtn {
	left:-35px;
}
/* numeric controls */	
#left #slide_contents ol {
	margin:1em 0 0.7em 0;
	padding:0;
	height:28px;
	width:680px;
}
#left #slide_contents ol li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
#left #slide_contents ol li a {
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background:#DAF3F8;
	background:#d2e8c5;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
#left #slide_contents ol li.current a {
	background:#5DC9E1;
	background:#5FB52C;
	color:#fff;
}
#left #slide_contents ol li a:focus, .prevBtn a:focus, .nextBtn a:focus {
	outline:none;
}

/* // Sudo Slider */
