﻿body{
	padding:0px;
	margin:0px;
}
#container
        {

            
        }
        #slider
        {
	text-align:center;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        }

#slider div a{
	font-size: 12px;
	color: white;
	font-weight: bold;
	float:left;
	padding:10px;
	text-decoration:none;
}	

#slider div a:hover{
}	
		
.image-slider
{
	width: 834px;
	height: 172px;
	background:url(../images/bg.png) no-repeat;
	position: relative;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 13px;

}
.image-slider-back, .image-slider-forward
{
	float: left;
	width: 14px;
	height: 98px; /*background-color: #121212;*/
	color: White;
	position: relative;
	cursor: pointer;
}
.image-slider-back
{
	background-image: url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 85px;
	padding-right: 5px;
}
.image-slider-forward
{
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;
	padding-left: 5px;
}
.image-slider-contents
{
	width: 900px;
	height: 170px;
	float: left;
	position: relative;
	overflow: hidden;
}
/*.image-slider-contents .contents-wrapper > div*/
.image-slider-contents .contents-wrapper
{
	position: absolute;
	z-index: 5000;
	width: 980px;
}
.image-slider-contents .outer
{
	background-color: White;
	float: left;
	width: 136px;
	height: 76px;
	cursor:pointer;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-top: 0px;
	padding-top: 10px;
	z-index: 1000;
}
.image-slider-contents .outer > div
{
	width: 134px;
	height: 86px;
}
.image-slider-contents .outer > div img
{
	width: 132px;
	height: 82px;
	margin-top: -40px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
/*.image-slider-contents > div > div
{
	position: relative;
	float: left;
	width: 156px;
	height: 86px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 2px;
	background-color: White;
}*/
.image-slider-contents img
{
	width: 156px;
	height: 86px;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}

.preview
{
	position: absolute;
	width: 450px;
	background-color: White;
	padding: 2px;
	border: solid 1px black;
	height: 260px;
	z-index: 5000;
	margin-top: -350px;
}
.preview .img-large
{
	width: 450px; /*height: 216px;*/
	z-index: 5000;
}
.preview .img-large .left
{
	position: absolute;
	left: 8px;
	width: 16px;
	height: 24px;
	z-index: 1000;
	background: url(../arrow-left.png);
	cursor:pointer;
}
.preview .img-large .right
{
	position: absolute;
	left: 428px;
	top: 0px;
	z-index: 1000;
	width: 16px;
	height: 24px;
	background: url(../arrow-right.png);
	cursor:pointer;
}
.preview .close
{
	position: absolute;
	left: 434px;
	top: -16px;
	width: 32px;
	height: 34px;
	background: url(../images/close.png);
	float: right;
	cursor: pointer;
	z-index: 2000;
}
.preview .img-large img
{
	width: 450px;
	height: 260px;

}
.preview .label
{
	width: 434px;
	float: left;
	position: absolute;
	color: #FFFFFF;
	background-color: #000000;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	line-height: 30px;
	top: 216px;
}
.outer
{
	border: 1px solid #c9c9c9;
}
.outer.active div span
{


}
