@charset "utf-8";

#content{
	position:relative;
	}			

.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}


/* 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:356px;
	height:356px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:22px;
	position:absolute;
	left:-30px;
	top:165px;
	}	
#nextBtn{ 
	left:360px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:22px;
	background:url(../../delicious/img/production_answer03_btn01.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../../delicious/img/production_answer03_btn02.gif) no-repeat 0 0;	
	}												

