@charset "utf-8";
.wt-gallery {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	width:577px;
	height:429px;
	border:1px solid #222222;	
	padding:10px;
	text-align:center;
}
.wt-gallery img {
	border:none;
}
.wt-gallery a {
	outline:none;
}
.wt-gallery a:active {
	text-decoration:none;
}
.main-screen {
	position:relative;
	clear:both;
	background-color:#333333;
	width:575px;
	height:323px;
	border:1px solid #222222;	
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}
#bg-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;	
}
#main-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;	
}
.desc {
	background-color:#000000;
	background:transparent url(assets/panel_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	display:block;
	position:absolute;
	left:0;
	z-index:4;
	width:575px;
}
.tmp-desc {
	font-size:12px;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:565px;
	padding:5px;
}
.info-pane {
	background-color:#000000;
	background:transparent url(assets/panel_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	display:block;
	position:absolute;
	top:-9999px;
	left:0;
	z-index:4;
	width:571px;	
	padding:2px;
}
#prev-btn, #next-btn {
	width:30px;
	height:30px;
	background-color:#000000;
	background:transparent url(assets/panel_bg.png) repeat scroll 0 0;
	position:absolute;
	top:0;
	z-index:5;
	cursor:pointer;
}
#next-btn {
	right:-30px;
}
#prev-btn {
	left:-30px;
}
.preloader {
	display:block;
	float:left;
	width:28px;
	height:28px;
	background-color:#000000;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	padding:1px;
	display:none;
}
.preloader img {
	width:28px;
	height:28px;
}
.c-panel {
	position:relative;
	display:block;
	clear:both;
	width:573px;
	height:100px;
	padding-top:4px;	
	margin:0 auto;
}
.thumbnails {
	position:relative;
	width:523px;
	height:auto;
	display:block;
	float:left;
	clear:none;
	overflow:hidden;
	z-index:1;
	text-align:left;
}
.thumbnails ul {
	list-style:none;
	position:relative;
	width:9999999px;	
	height:auto;
	margin:0;
	padding:0;
	z-index:0;
}
.thumbnails li {
	list-style:none;
	position:relative;
	display:block;
	float:left;
	clear:none;
	margin:0 5px 0 0;
	padding:0;	
	overflow:hidden;
}
.thumbnails li div {
	position:relative;
	display:block;
	float:left;
	clear:none;
	width:125px;
	height:70px;
	background-color:#333333;
	border:1px solid #222222;
	margin-top:8px;
	overflow:hidden;
}
.thumbnails li div img {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.thumbnails li div p {
	background-color:#000000;
	background:transparent url(assets/panel_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	margin:0;
	z-index:1;
}
.thumbnails li div.data {
	display:none;
}
.thumbnails li.curr-thumb {
	background:url(assets/selected_arrow.png) center top no-repeat;
}
.thumbnails li.curr-thumb p {
	color:#0066FF;
}
.thumbnails li div.thumb-over p {
	color:#0066FF;
}
#thumbs-back, #thumbs-fwd {
	display:block;
	float:left;
	clear:none;
	position:relative;
	width:25px;
	height:80px;
}
#thumbs-back img, #thumbs-fwd img {
	position:absolute;
	cursor:pointer;
	width:20px;
	height:30px;
	bottom:21px;
}
#thumbs-back img {
	left:0;
}
#thumbs-fwd img {
	right:0;
}
.pagination {
	display:block;
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	height:12px;
	padding:4px 0;
}
.pagination img {
	cursor:pointer;
}
.vpiece {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:100%;
	z-index:2;
	overflow:hidden;
}
.hpiece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	z-index:2;
	overflow:hidden;
}


