﻿
.image-slider {
	height: 195px;
	margin: 0 auto;
	padding: 14px 16px 0;
	position: relative
}

.image-slider-back,.image-slider-forward {
	float: left;
	width: 23px;
	height: 98px;
	color: White;
	position: relative;
	top: 65px;
	cursor: pointer
}

.image-slider-back {
	background-image: url(../../../static/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left
}

.image-slider-forward {
	background-image: url(../../../static/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right
}

.image-slider-contents {
	width: 1055px;
	height: 230px;
	float: left;
	position: relative;
	overflow: hidden
}

.image-slider-contents .contents-wrapper {
	position: absolute;
	padding-top: 18px;
	left: 0
}

.image-slider-contents .outer {
	background-color: #fff;
	float: left;
	width: 156px;
	height: 200px;
	margin: 0 15px;
	cursor: pointer;
	position: relative
}

.spic {
	width: 156px;
	height: 186px;
	text-align: center;
	color: #333;
	float: left;
	padding-top: 10px
}

.image-slider-contents img {
	width: 150px;
	height: 180px;
	margin: 0 auto
}

.spic a {
	display: block;
	text-align: center
}

.hidden {
	display: none
}

.visible {
	display: block
}

.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer
}

.thumbnail-inactive {
	filter: alpha(opacity=20);
	opacity: .2;
	cursor: pointer
}

.preview {
	position: fixed;
	width: 450px;
	height: auto;
	background-color: White;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: solid 1px #000
}

.preview .img-large {
	width: 330px;
	z-index: 1000;
	margin: 0 auto;
	text-align:center;
}

.preview .img-large .left {
	position: absolute;
	left: 8px;
	top: 160px;
	width: 16px;
	height: 24px;
	z-index: 1000;
	background: url(../../../static/arrow-left.png);
	cursor: pointer
}

.preview .img-large .right {
	position: absolute;
	left: 428px;
	top: 160px;
	z-index: 1000;
	width: 16px;
	height: 24px;
	background: url(../../../static/arrow-right.png);
	cursor: pointer
}

.preview .close {
	position: absolute;
	left: 434px;
	top: -16px;
	width: 32px;
	height: 34px;
	background: url(close.png);
	float: right;
	cursor: pointer;
	z-index: 2000
}

.preview .img-large img {
	width: 100%;
}

.preview {
	width: 434px;
	line-height: 30px;
	float: left;
	position: fixed;
	top: 316px;
	left: 0;
	padding: 8px;
	background-color: White;
	text-align: left;
	font-weight: 700;
	font-size: 13px;
	text-align: center
	z-index: 99999999;
}

.outer {
	border: solid 1px #000
}