@charset "utf-8";
/* CSS Document */

#content{
	position:relative;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* 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:990px;
	height:250px;
	overflow:hidden; 
}
#slider li img{ 
	border:none;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:-25px;
	top:100px;
}
#nextBtn{ 
	left:965px;
}
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:50px;
	background:url(../images/btn/prev.png) no-repeat 0 0;	
}
#nextBtn a{ 
	background:url(../images/btn/next.png) no-repeat 0 0;	
}

/* // Easy Slider */