@charset "utf-8";
/* CSS Document */

#slider {
	list-style:none;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
}
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }

#slider li {
	width:800px;
	height:375px;
	overflow:hidden;
	padding:0;
	margin:0 auto;
}
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:58px;
	height:51px;
	position:absolute;
	left:0px;
	top:-230px;
}
#nextBtn {
	left:922px;
}
#prevBtn a {
	display:block;
	width:58px;
	height:51px;
	background-image: url(../images/l_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nextBtn a {
	display:block;
	width:58px;
	height:51px;
	background:url(../images/r_arrow.png) no-repeat 0 0;
}
