	#container{	
		margin:0px;
		position:relative;
		text-align:left;
		width:620px;	
		float:left;
		padding-left:5px;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:620px;
		height:413px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		width:620px;
		}
	ol#controls li{
		padding-left:2px;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		height:75px;
		width:150px;
		padding-left:3px;
		}
	ol#controls li.current a{
		/*background:#5DC9E1;
		color:#fff;*/
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */