	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:480px;
		margin-bottom: 0;
		}	


/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 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:480px;
		height:250px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:10px;
		position:absolute; 
		margin-top:-22px;
		margin-left:412px;
		}
	ol#controls li{
		margin:0 0 0 5px; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:10px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		width: 10px;
		line-height:10px;
		border:1px solid #ccc;
		background:#d2d8e3;
		color:#555;
		text-decoration:none;
		text-indent: -2000em; 
		z-index: 1000; 
		}
	ol#controls li.current a{
		background:#142758;
		color:#fff;
		border:1px solid #142758;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
