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

div.slider {
	background-color:#000;
	width:700px;
	height:207px;
}

div.prev {
	background-image:url(img/left.png);
	width:40px;
	height:40px;
	background-color:#000033;
	margin:auto;
}
div.next {
	background-image:url(img/right.png);
	width:40px;
	height:40px;
	background-color:#000033;
	margin:auto;
}

ul.slider_list {
	list-style:none;
}
