body {
	background: #959394
}
:focus { outline: none; }
a { border: none; }


#slider-wrap {
	width: 742px;
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 428px;
}

#slider {
	overflow: hidden;
	width: 742px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#slider ul {
	height: 392px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li {
	width: 742px;
	height: 392px;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#prevBtn, #nextBtn {
	display: block;
	position: absolute;
	left: 346px;
	top: 408px;
	height: 20px;
	width: 20px;
}
#prevBtn a, #nextBtn a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	position: relative;
}
#prevBtn a {
	background: url(../images/btn-prev.png) no-repeat 0 0;
}
#nextBtn {
	left: 378px;
}
#nextBtn a {
	background: url(../images/btn-next.png) no-repeat 0 0;
}