	#container img{border:1px solid gray;}	
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:510px;
		/*width:696px;*/
		background:#fff;		
		margin-bottom:2em;
		}	
	#content{
		position:relative;
		}			

/* 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:510px;
		/*width:696px;*/
		height:248px;
		/*height:241px;*/
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	ol#controls{
		background: transparent url(../images/gradient_nav-10x40.jpg) repeat-x;
		/*background: transparent url(../images/gradient_nav-10x33.jpg) repeat-x;		*/		
		border-bottom:1px solid #044680;
		clear: both;
		margin: 1px 0 0 0;
		padding: 5px 0;
		text-align: left;
		height:30px;
		}
	ol#controls li{
		list-style: none;
		margin: 0; 
		overflow: auto;
		padding: 0 5px;
		display: inline-block;
		#display: inline;
		float:left;
		}
	ol#controls li a{
		padding: 0;
		text-decoration: none;
		color: #639BCF;
		font-weight:bold;		
		}
	ol#controls li a:hover { color: #F69C0D; }
	ol#controls li.current a{	color:white;	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{ outline: none; }

	/*gradient_nav-10x33.jpg*/

/* // Easy Slider */
