@charset "Shift_JIS";

/* ----------------------------------------
	Common
---------------------------------------- */

.chgImg img {
	position: absolute;
}

.ctrlNav li {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
}
.ctrlNav li:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ctrlNav li.selected {
	border: solid 2px #1e7aac;
	width: 28px;
	height: 28px;
}
.ctrlNav li.selected img {
	margin: -2px 0 0 -2px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/* ----------------------------------------
	#Slider
---------------------------------------- */

#slideContainer {
	position: relative;
	zoom: 1;
	margin: 0;
}

#slider {
	position: relative;
	width: 820px;
	height: 405px;
	margin: auto;
	overflow: hidden;
}

#slideContainer .chgImg img {
	left: 0;
	top: 0;
	z-index: 2;
}
#slideContainer .chgImg img.active {
	z-index: 5;
}

#slideContainer .caption {
	position: absolute;
	left: 15px;
	margin: 0;
	bottom: 90px;
	z-index: 10;
	color: #fff;
	font-size: 10px;
}

#thumbs {
	padding: 10px 0 0;
}

#thumbs div {
	border-left: 1px solid #ccc;
	float: left;
}
#thumbs div > img {
	display: block;
	margin: 0 10px 10px;
}
#thumbs li {
	width: 91px;
	height: 50px;
	margin: 0 0 0 10px;
}

#thumbs li.selected {
	width: 87px;
	height: 46px;
}

/* exclusive */

#thumbs div.exclusive {
	padding-right: 10px;
}


/* ----------------------------------------
	IE Fix
---------------------------------------- */

* html #thumbs div,
* html #thumbs li {
	display: inline;
}

* html #thumbs div img {
	display: block;
	margin: 0 10px 10px;
}
* html #thumbs div li img {
	margin: 0;
}
