@charset "utf-8";
/* CSS Document */
/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
    padding:0;
  	display:block;
    overflow:hidden;
  	text-indent:-8000px;
            }
    /* // image replacement */
#container{
	width:950px;
	height:320px;	
	position:relative;
	margin:-1px 0 0 0;
	/*border:solid 1px #060;*/
	/*background:#fff;*/
/*	margin-bottom:2em;*/
}	
#content{
	position:relative;
	float:right
}			
/* Easy Slider */
#slider{ background-color:#FFF;}	
#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:950px;
	height:320px;
	overflow:hidden;
	text-align:center;
}	
#prevBtn,#nextBtn{ 
	display:block;
	width:41px;
	height:41px;
	position:absolute;
	margin:0px 0px 0px -15px;
	top:120px;
}	
#nextBtn{
	margin:0px 0px 0px 925px; 
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:41px;
	height:41px;
	background:url(../img/home/prev_btn.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../img/home/next_btn.png) no-repeat 0 0;
}												

/* // Easy Slider */
