@charset "Shift_JIS";

.gallery {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 390px;
}
.gallery .holder {
    overflow: hidden;
    position: relative;
    width: 100%;
	height: 525px;
    z-index: 2;
}
.gallery .holder ul {
    width: 100%;
	height: 525px;
}
.gallery .holder ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 525px;
}
.gallery .holder ul li img {
    display: block;
}


.gallery-fade .holder ul {
    height: 180px;
    width: 100%;
}
.gallery-fade .holder ul li {
    height: 180px;
    padding: 0;
    position: absolute;
}



.gallery .thumbs li {
	float: left;
	padding: 12px 12px 0 0;
	line-height: 0;
}
.gallery .thumbs li.end {
	padding-right: 0;
}
.gallery .thumbs li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
	.gallery .thumbs li a:hover img {
		filter: alpha(opacity=60);
		-moz-opacity:0.60;
		opacity:0.60;
	}