@charset "utf-8";

/* =======================================

	Module Fade Gallery

========================================== */

.mod-fadegallery {
	margin-bottom: 30px;
	border: 1px solid #e1dfdf;
	overflow: hidden;
	_zoom: 1;
	position: relative;
	z-index: 1;
}

.mod-fadegallery img {
	vertical-align: top;
}

.mod-fadegallery-main {
	width: 794px;
	height: 395px;
	border-right: 1px solid #e1dfdf;
	float: left;
	position: relative;
	z-index: 1;
}

.mod-fadegallery-items {
	position: relative;
	z-index: 1;
	zoom: 1;
}

.mod-fadegallery-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.mod-fadegallery-item.next {
	z-index: 1;
}

.mod-fadegallery-sub {
	width: 263px;
	float: right;
	position: relative;
	z-index: 1;
}

.mod-fadegallery-sub ul {
	background: #e1dfdf;
}

.mod-fadegallery-sub ul li {
	padding-bottom: 1px;
}

.mod-fadegallery-sub ul li:last-child {
	padding-bottom: 0;
}

.mod-fadegallery-arrow {
	width: 9px;
	height: 12px;
	position: absolute;
	top: 43px;
	right: 263px;
	z-index: 2;
	background: transparent url(../images/index/arrow.png) center center no-repeat;
}
