@charset "utf-8";
/*
==========================
===== SLIDER STYLING =====
==========================
*/			
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li { 
	width: 316px;
	height: 398px;
	overflow: hidden; 
}	
#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 71px;
	z-index: 1000;
}	
#nextBtn, #slider1next { left: 696px; }														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
	display: block;
	position: relative;
	width: 30px;
	height: 77px;
	background: url("../_img/_overlay/btn_prev.gif") no-repeat 0 0;	
}	
#nextBtn a, #slider1next a { background: url("../_img/_overlay/btn_next.gif") no-repeat 0 0; }	

ol#controls {}
ol#controls li {
	display: inline;
	list-style: none;
	background: #fff;
	font-size: 1.2em;
}
ol#controls li a {
	color: #000;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
}
ol#controls li a:hover { text-decoration: underline; }
ol#controls li.current a { font-weight: bold; }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; }