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

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	list-style-image: none;
	}	
#slider, #slider li{ 
	height:250px;
	width:620px;
	overflow:hidden;
	}	
#slider{ 
	margin-bottom: 5px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-25px;
	top:71px;
	}	
#nextBtn{ 
	left:620px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}
	
#controls {
	list-style: none;
	clear: both;
	padding-left: 0 !important;
}

#controls li {
	float: left;
	padding: 2px 8px;
	margin: 3px;
	background: white;
	border: 1px solid #999933;
	text-align: center;
}

#controls li.current {
	background: #999933;
	color: #fff;
}

#controls li.current a {
	background: #999933;
	color: #fff;
}

#controls li a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 15px;
}