/* Easy Slider */

	#slider {
		border: 1px solid #113357;
		width: 482px;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:482px;
		height:268px;
		overflow:hidden; 
		}	
														
		
	/* numeric controls */	

	ol#controls{
		margin:0em 0;
		margin-left: 1px;
		height:15px;	
		}
	ol#controls li{
		font: 12px Georgia, "Times New Roman", serif;
		color: #493103;
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		background: #E4A303;
		color:#493103;
		padding: 1px 8px;
		text-decoration:none;
		margin-right: 1px;
		}
	ol#controls li a:hover{
		background: #C18402;
		}	
	ol#controls li.current a{
		background:#153F6A;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */