/* 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:536px;
	height:170px;
	overflow:hidden;
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0px;
	float: right;
	margin: 0px;
	position: absolute;
	left: 400px;
	top: 139px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
		}
	ol#controls li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
		}
	ol#controls li a{
	float:left;
	background:#b1b1b1;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
		}
	ol#controls li.current a{
	background:#ffffff;
	color:#b1b1b1;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
