/* Easy Slider */
	#slider { height:420px;overflow:hidden;width:663px;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li,#slider ul, #slider 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:663px;
		height:400px;
		}	
	ol#controls{
		border-top:1px dotted #CCC;
		padding:0;
		padding-top:10px;
		margin-top:10px;
		
		height:28px;
		text-align:center;
		}
	ol#controls li{
		padding:0;
		list-style:none;
		display:inline;
		margin:4px;
		
		}
	ol#controls li a{
		font-size:11px;
		padding:4px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
