﻿h3{
	color:#FF3399;
}
#thumbs{
	margin-top:20px;
}
#thumbs ul {
	list-style: none;
	padding: 0;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom:10px;
	margin: 0;
	width: 528px;
	background: #F1F1F1;
	overflow:hidden;
	border-style: solid;
	border-width: 1px;
	transition: border linear .8s,box-shadow linear .10s;
	-moz-transition: border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
	outline: none;
	border-color: rgba(105,150,242,.7);
	box-shadow: 0 0 8px rgba(105,150,242,.8);
	-moz-box-shadow: 0 0 8px rgba(105,150,242,.8);
	-webkit-box-shadow: 0 0 8px rgba(105,150,242,5);
	border-color: #6996F2;
}


#thumbs ul li {
	display:inline;
	width:72px;
	height:72px;
	float:left;
	margin:6px;
	vertical-align:middle;
}
#thumbs ul li a.hor{
	display: block;
	background: url('icon/click.gif') no-repeat;
	background-position: center center;
	width:72px;
	height:54px;
}
#thumbs ul li a.ver{
	display: block;
	background: url('icon/click.gif') no-repeat;
	background-position: center center;
	width:54px;
	height:72px;
}
#thumbs ul li a.ver img {
	display: block;
	width: 54px;
	height: 72px;
	border: 0px solid #6996F2;
}
#thumbs ul li a.hor img {
	display: block;
	width: 72px;
	height: 54px;
	border: 0px solid #6996F2;
}
#thumbs ul li a:hover {
	white-space:normal;
	position:relative;
}

#thumbs ul li a.ver:hover img {
	position:absolute;
	left:-12px;
	top:-20px;
	width:90px;
	height:120px;
	border-style:solid;
	border-width:1px;
	transition:border linear .8s,box-shadow linear .10s;
 	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 	outline:none;
 	border-color:rgba(105,150,242,.7);
 	box-shadow:0 0 8px rgba(105,150,242,.8);
 	-moz-box-shadow:0 0 8px rgba(105,150,242,.8);
 	-webkit-box-shadow:0 0 8px rgba(105,150,242,5);
 	border-color: #6996F2;

}
#thumbs ul li a.hor:hover img {
	position:absolute;
	left:-20px;
	top:-12px;
	width:120px;
	height:90px;
	border-style:solid;
	border-width:1px;
	transition:border linear .8s,box-shadow linear .10s;
 	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 	outline:none;
 	border-color:rgba(105,150,242,.7);
 	box-shadow:0 0 8px rgba(105,150,242,.8);
 	-moz-box-shadow:0 0 8px rgba(105,150,242,.8);
 	-webkit-box-shadow:0 0 8px rgba(105,150,242,5);
 	border-color: #6996F2;
}
.thumb{
	cursor:pointer;
}
#popDiv{				
	background-color:transparent;
	transition:border linear .8s,box-shadow linear .10s;
 	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 	outline:none;
 	border-style:solid;
	border-width:1px;
 	border-color:rgba(105,150,242,.7);
 	box-shadow:0 0 8px rgba(105,150,242,.8);
 	-moz-box-shadow:0 0 8px rgba(105,150,242,.8);
 	-webkit-box-shadow:0 0 8px rgba(105,150,242,5);
 	position:absolute;
 	border-color: #6996F2;
 	background-color:#202020;
 	width:770px;
 	overflow:hidden;
 	}
#popDiv #hor{
	width:770px;
	height:555px;
}
#popDiv #ver{
	width:390px;
	height:555px;
}		
.bg{
	background-image:url('../image/bg/OpticalBalck.png');
	display:none;
	left:0;
	top:0;
	height:100%;
	filter:alpha(opacity=60);
	opacity:0.6;
	position:fixed;
	position:absolute;
}
.popIframe{
	background-color: #666;
	display:none;
	width: 100%;
	height: 100%;
	z-index:1;
	position:relative;
	margin-left:-200px;
	margin-top:-200px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#board{
	padding:3px 0px 3px 0px;
	text-align:left;
	bottom:0%;
	width:770px;
	position:inherit;
	color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	background:black;
	margin:0px
}
#board a{
	margin-left:10px;
}
#leftboard{
	width:50%;
	height:100%;
	top:0%;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:inherit;
	border:0px;
	float:left;	
	margin-left:20px;
}
#rightboard{
	width:50%;
	height:100%;
	right:0%;
	top:0%;
	float:right;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:inherit;
	margin-right:20px;
}
#closeboard{
	width:23px;
	height:23px;
	top:0%;
	right:0%;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:inherit;
}
#left{
	left:0%;
	top:48%;
	right:auto;
	text-align:left;
	border: 0px;
	background-image:none;
	position:absolute;
}
#right{
	right:0%;
	top:48%;
	left:auto;
	border:0px;
	background-image:none;
	text-align:right;
	position:absolute;
}
#close{
	right:0%;
	top:0%;
	background-image:none;
	border: 0px;
	position:absolute;
}
.left{
	border:0px;
	width:30px;
	height:30px;
}
.right{
	border:0px;
	width:30px;
	height:30px;
}
.close{
	border:0px;
	width:18px;
	height:18px;
}

#left:hover img{
	margin-top:-3px;
	width:35px;
	height:35px;
}

#right:hover img{
	margin-top:-3px;
	width:35px;
	height:35px;
}
#close:hover img{
	width:21px;
	height:21px;
}

