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

/* slider */
#slider li { 
	width: 125px;
	height: 260px;
	overflow: hidden; 
}	
#prevBtn, #nextBtn { 
	display: block;
	width: 15px;
	height: 27px;
	position: absolute;
	left: -15px;
	top: 200px;
	z-index: 1000;
}	
#nextBtn { 
	left: 125px;
}														
#prevBtn a, #nextBtn a { 
	display: block;
	position: relative;
	width: 15px;
	height: 27px;
	background: url(../images/arrowLeft.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background: url(../images/arrowRight.png) no-repeat 0 0;	
}
