/* Easy Slider */

#feature-slider ul, #feature-slider-1 ul, #feature-slider-2 ul, #feature-slider li , #feature-slider-1 li,  #feature-slider-2 li {
	margin:0;
	padding:0;
	list-style:none;
	background:none !important;
}
#feature-slider li, #feature-slider-1 li ,#feature-slider-2 li{
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:638px;
	height:220px;
	overflow:hidden;
	background:none !important;
}


#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:638px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

ol#controls,ol#controls_1,ol#controls_2 {
	margin:0px 0 0 0;
	padding:7px 0 0 0;
	display:block;
	width:636px;
	height:28px;
	float:right;
	border-top:1px dotted #626262;	
	position:relative;
}
ol#controls li, ol#controls_1 li,ol#controls_2 li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:22px;
	line-height:22px;
}
ol#controls li a, ol#controls_1 li a,ol#controls_2 li a{
	float:left;
	height:22px;
	width:22px;
	line-height:22px;
	border:0px solid #ccc;
	background:url("../images/pagingNact.gif") no-repeat scroll center top transparent;
	color:#737272 !important;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
}
ol#controls li.current a, ol#controls_1 li.current a,ol#controls_2 li.current a{
	background:url("../images/pagingAct.gif") no-repeat scroll center center transparent;
	text-decoration:none !important;
	color:#fff !important;
}
ol#controls li a:focus, ol#controls_1 li a:focus, ol#controls_2 li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

ol#controls_3 { margin:7px 0 0 0; padding:7px 10px 0 10px; display:block; width:180px; height:22px; float:left; }
ol#controls_3 li { margin:0 10px 0 0; padding:0; float:left; list-style:none; height:22px; line-height:22px; }
ol#controls_3 li a { float:left; height:22px; width:22px; line-height:22px; border:0px solid #ccc; background:url("../images/pagingNact.gif") no-repeat scroll center top transparent; color:#737272 !important; padding:0px; text-decoration:none; font-weight:bold; text-align:center; text-decoration:none !important; }
ol#controls_3 li.current a { background:url("../images/pagingAct.gif") no-repeat scroll center center transparent; text-decoration:none !important; color:#fff !important; }
ol#controls_3 li a:focus{ outline:none; }
