		

/* Easy Slider */
#slider_container{
	width:960px; height:240px; background-color:#CCCCCC; margin:auto;
}
#slider_container #slider{
	width:960px; height:240px; float:left;
}
.caption{
	float:left; width:220px; height:210px; background-image:url(../images/caption_bg.jpg); background-repeat:no-repeat; padding:15px; padding-right:25px; color:#c2d5ac; text-align:justify;
}
.caption h1{
	font-size:18px; color:#FFFFFF;
}
.caption .readmore{
	float:right;
}
#slider li img{
	float:left; width:700px; height:240px; padding:0px !important; border:0px solid !important; margin:0px !important;
}
#slider #shadow{
	width:62px; height:240px; position:absolute; background-image:url(../images/slider_shadow.png); background-repeat:no-repeat; background-position:top right; margin-left:638px;
}
.caption a[rel="nofollow"]{
	float:right;
}

	#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:960px;
		height:240px;
		overflow:hidden; 
		background-color:#666666;
		text-align:left;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#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; 	text-decoration:none!important;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;text-decoration:none!important;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		position:absolute; z-index:3000; margin-top:200px; margin-left:10px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		text-decoration:none!important ;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px solid #ccc;
		background-image:url(../images/button.jpg);
		color:#fff;
		padding:0 10px;
		text-decoration:none!important;
		}
	ol#controls li.current a{
		background-image:url(../images/button2.jpg);
		color:#fff;
		text-decoration:none !important;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none; text-decoration:none;!important }
	
/* // Easy Slider */
