@charset "UTF-8";

.clearfix {
	clear:both;
	overflow:hidden;
}
#Slider {
	overflow: hidden;
	position:relative;
	height: 367px;
}
#Images {
	background: #fff;
	width: 100%;
	height: 367px;
	overflow: hidden;
}
#full-carousel li,
#thumbs li {
	float: left;
}
#full-prev, #full-next {
	background-color: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	zoom:1;
	display: block;
	height: 367px;
	width: 50%;
	top: 0;
	position: absolute;
}
#full-prev:hover, #full-next:hover {
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);/* ie 6 7 */
	-ms-filter: "alpha(opacity=40)";/* ie 8 */
	zoom:1;
}
#full-prev {
	left: -450px;/* スライドする画像の横半分の値 */
}
#full-next {
	right: -450px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	right:20px;
	top:170px;
	position:absolute;
}
#full-next img {
	left:20px;
	top:170px;
	position:absolute;
}