
/* Easy Slider */
#slider #stage{
	width:630px; height:250px;
}
#slider{
	margin-bottom:30px; overflow:hidden;
}
#slider li{
	float:left;
}

	#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:630px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:36px;
		height:36px;
		position:absolute;
		z-index:1000; margin-top:-240px;
		}															
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:38px;
		height:38px;
		}	
	#nextBtn{ 
		width:38px; height:38px; background:url(../images/next_btn.png) no-repeat 0 0; text-indent:-5000px; margin-left:570px;		
		}
		#prevBtn{
		width:38px; height:38px; background:url(../images/prev_btn.png) no-repeat 0 0; text-indent:-5000px;	margin-left:20px;
		}	
		
	
	#stage #overlay_top{
	width:630px; height:5px; position:absolute; z-index:9000; background-image:url(../images/slider_overlay_top.png); background-repeat:no-repeat;
}
	#stage #overlay_bottom{
	width:630px; height:5px; position:absolute; z-index:9001; background-image:url(../images/slider_overlay_bottom.png); background-repeat:no-repeat; margin-top:345px;
}
.caption{
	width:630px; height:120px; position:relative; margin-top:-100px; display:block; background:url(../images/caption_bgtile.png); background-repeat:repeat; z-index:300;
}
.caption p{
	color:#FFF; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; width:420px; height:53px; margin-left:20px; padding-top:13px; text-align:justify; 
}
#slider_more a{
			background:none;background-image:url(../images/button_small.png); background-repeat:no-repeat; background-position:top; width:101px; height:23px; display:block; color:#FFFFFF; font-weight:bold; font-style:italic;  border:0px solid; position:absolute; display:block; font-family:Georgia, "Times New Roman", Times, serif; z-index:9010; padding-left:40px; padding-top:7px; margin-left:470px; margin-top:290px;
}
#slider_more a:hover{
	text-decoration:none; background-position:bottom;
}
#slider_caption{
	width:630px; height:120px; background-color:#000000; position:absolute; margin-top:200px;
}
	
/* // Easy Slider */