/* Slider */

#slider-wrap {
	/*border:1px solid #cccccc;*/
	padding:0/*9px*/;
	/*background:#2e2e2e;*/
	overflow:hidden;
	width:580px;
	position:relative;
	float:left;
}

#slider {
	position:relative;
}

#slider ul li {
	list-style:none;
	width:580px;
	height:350px;
	overflow:hidden;
	position:relative;
}

#prevBtn a, #nextBtn a {
	display:block;
	position:absolute;
	top:135px;
	width:30px;
	height:60px;
}

#nextBtn a {
	background:url(images/slider/right.png);
	right:9px;
}

#prevBtn a {
	left:9px;
	background:url(images/slider/left.png);
}