
	img{border:none;}
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:582px;
		background:#005406;		
		border:0px solid #f93;
		
		}	
		
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:582px;
		height:144px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
		margin:9px ;
		padding:0;
		height:23px;
		background:#005406;
		font:bold 12px Verdana, Geneva, sans-serif; color:#000;
		display:none;
		}
	ol#controls li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:21px;
		line-height:28px;
		font:bold 12px Verdana, Geneva, sans-serif; color:#000;display:none;
		}
	ol#controls li a{
		float:left;
		height:21px;
		line-height:21px;
		border:1px solid #ccc;
		background:#eaf0f4;
		color:#555;
		padding:0 6px;
		text-decoration:none;display:none;

		}
	ol#controls li.current a{
		background:#c3c3c3;
		color:#000;display:none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;display:none;}
	
/* // Easy Slider */