@charset "utf-8";
/* CSS Document */
/* Easy Slider */
#prevBtn{ float:left; width:430px;border-top:1px dotted #fff;  text-align:left; margin-top:10px; }
#nextBtn{float:left; width:210px; border-top:1px dotted #fff; text-align:right;  margin-top:10px; }


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

/* // Easy Slider */

/* CSS for single Slide */
.slide {
	/*border: 1px solid #F5F5F5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	padding: 5px;
	margin-right:5px;	
	font-size:10px;
	background-color: #FFFF00;
	/*width:125px;*/
	height:275px;
	
}

.slide a span  {
	/*background-color:#F5F5F5;
	border-bottom:1px dotted #0099CC;
	border-top:1px dotted #0099CC;
	padding:3px 0;
	display:block;
	width:148px;
	margin:3px 0;
	color:#FF0066;	*/	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	color:#0099CC;
}
.slide span  {	
	color:#FF0066;
}
/* CSS for single Slide */
