

/* 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:900px;
	background:#fff;		
	margin-bottom:2em;
	}	
/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:976px;
	height:400px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:33px;
	height:64px;
	position:absolute;
	top:205px;
	}	
img {
border: 0px;}
#nextBtn{ 
	float:right;

	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:33px;
	height:64px;
	top:195px;
	background:url(./images/arrow-forward.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	top:195px;
	background:url(./images/arrow-back.png) no-repeat 0 0;	
	}												
