@charset "utf-8";
/* CSS Document */

	img{border:none;}
/* Easy Slider */

	#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:696px;
		height:241px;
		width:568px;*/
		width:600px;
		height:226px;
		/*overflow:hidden; */
		}	
	ol#controls{
		/*margin:1em 0;*/
		margin:2px 0 10px 16px;
		padding:0;
		height:18px;
		}
	ol#controls li{
		/*margin:0 10px 0 0; */
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		/*background:#DAF3F8;
		background:#00509F;*/
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		/*background:#5DC9E1;*/
		background:#004080;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
