	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            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;
		}*/	
		

/* Easy Slider */

	#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:69.6em;
		width:97em;
		height:32.2em;
		text-align:center;
/*		overflow:hidden;*/ 
		}	
	#slider li img{ 
		width:57.5em;
		}
	#prevBtn, #nextBtn{ 
		display:block;
		width:3em;
		height:7.7em;
		position:absolute;
		left:15em;
		top:7.1em;
		top:18em;
		}	
	#nextBtn{ 
		left:80em;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:3em;
		height:7.7em;
		background:url(../js/easyslider/images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../js/easyslider/images/btn_next.png) no-repeat 0 0;	
		}												
