@charset "utf-8";
/* CSS Document */
/* Easy Slider */
#prevBtn{ float:left; width:424px; border-top:1px dotted #fff;  text-align:left; }
#nextBtn{float:left; width:220px; border-top:1px dotted #fff; text-align:right; }
#slider{ margin-top:10px; padding-bottom:5px; border-top:1px dotted #0099CC; border-bottom:1px dotted #0099CC; }

#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:46px;
	height:20px;
	overflow:hidden; 
}					

/* // Easy Slider */

/* CSS for single Slide */
.slide {margin-right:5px;}

.slide a span  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;	
	color:#FF0066;
	text-decoration:none;
}

/* CSS for single Slide */
