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

.list_carousel {
	margin: 0;
	width: 960px;
}
.list_carousel ul {
	margin: 0 19px;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	color: #999;
	text-align: left;
	width: 176px;
	height: 280px;
	padding: 0;
	margin: 0 2px 0 2px;
	display: block;
	float: left;
}
.list_carousel li img {
	border: 1px solid #a2998b;	
}

.clearfix {
	float: none;
	clear: both;
}
.prev {
	position:absolute;
	height:30px; width:30px; top:50%; margin-top:-21px; opacity:0.6;
	left:0;
	background:url('../images/prev-sml.png');
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a2998b;
	border-bottom-color: #a2998b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2998b;
}
.next {
	position:absolute;
	height:30px; width:30px; top:50%; margin-top:-21px; opacity:0.6;
	right: 0;
	background:url('../images/next-sml.png');
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #a2998b;
	border-bottom-color: #a2998b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2998b;
	
}
.prev:hover, .next:hover {
	opacity:1;
}
#press img:hover {
	opacity: 0.8;
}
