    /* 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:696px;
		background:#fff;		
		margin-bottom:2em;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1023px;
		height: 483px;
		overflow:hidden; 
		text-align: center;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:24px;
		height:86px;
		position:absolute;
		left:-30px;
		top:370px;
		z-index:999;
		}	
	#nextBtn{ 
		left:1023px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:24px;
		height:86px;
		background: url('../images/browse.png') no-repeat top left;	
		}	
	#nextBtn a{ 
		background: url('../images/browse.png') no-repeat top right;	
		}	
		
	/* numeric controls */	

	ol#controls{
	margin: -25px 0 0 0;
		padding:0;
		height:13px;
		text-align: center;	
		list-style:none;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		display: inline-block;
		height:13px;
		line-height:13px;
		}
	ol#controls li a{
		display: inline-block;
		height:13px;
		width: 13px;
		line-height:13px;
		background:#becf6c;
		text-decoration:none;
       text-indent:-8000px;
       border-radius: 50%;
		}
	ol#controls li.current a{
		background:#395c25;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */