@charset "EUC-JP";

/* 1 sub_slide
========================================== */
#carousel {
	width: 715px;
	overflow: hidden;
}

#slides {
	overflow: hidden;
	/* fix ie overflow issue */
	width: 715px;
	height: 94px;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 94px;
}

#slides li {
	width: 143px;
	height: 94px;
	float: left;
}

/* Styling for prev and next buttons */
#buttons {
	width: 715px;
	text-align: right;
	background: #cd1e25;
}

#buttons a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 4px 5px 3px;
}

#buttons a#prev { float: left;}
/* #buttons a#prev:hover {} */
#buttons a#next { float: right;}
/* #buttons a#next:hover {} */

div#slides div.clear { clear: both;}

