@charset "utf-8";
/* CSS Document */

.bodyGallery {
	display: block;
	width: 890px;
/*	background: #CCCCCC; /*/
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}

.bodyGallery .imgFrame {
	
}

.itemFocus {
	display: block;
	float: left;
	width: 640px;
	position: relative;
/*	background: #666666; /*/
	overflow: hidden;
	min-height: 460px;
}

.imgFocus {
	display: block;
	width: 640px;
	position: relative;
}
.imgFocus img {
	position: relative;
}

.imgFocus p {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 640px;
	line-height: 19px;
	font-size: 9px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.verticalPos p {
	height: 100%;
	width: 100%;
	position: relative;
}

.imgFocus span.imgBefore {
	float: left;
	margin-left: 5px;
}

.imgFocus span.imgAfter {
	float: right;
	margin-right: 5px;
}

.verticalPos span.imgBefore {
	position: absolute;
	bottom: 180px;
}

.verticalPos span.imgAfter {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

.verticalPos span.imgBeforeo {
	left: 0 !important;
	bottom: 0 !important;
}

.verticalPos span.imgAftero {
	left: auto;
	right: 0;
	bottom: 0 !important;
}

p.imgDesc {
	margin-top: 10px;
	width: 640px;
}

.imgPanel {
	display: block;
	float: right;
	width: 225px;
/*	background:  #999999; /*/
}

.panelContainer {
	display: block;
	width: 255px;
	height: 360px;
/*	background:  #000000; /*/
	overflow: hidden;
/*	background: url(../images/gallery/gallery-back.png) 88px top no-repeat; */ /* Remove due to opacity does not look that nice... */
}

.panelContainer .inner {
	width: 5000px;
}

.panelContainer .inner span {
	display: none;
}

.panelContainer ul {
	width: 255px;
	float: left;
	overflow: hidden;
}

.panelContainer ul, .panelContainer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.panelContainer ul li {
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
	width: 100px;
	height: 56px;
}

.panelContainer img {
	border: 1px solid  #FFFFFF;
	cursor: pointer;
}

span.imgBefore, span.imgAfter {
	display: none;
}

.lightUp {
	border: 3px solid #000000;
}

.imgPanel p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

.imgPanel p a, .imgPanel p a:visited, .imgPanel p a:hover {
	display: inline-block;
	padding: 0px 5px;
	height: 15px;
	line-height: 15px;
/*	background:  #0000FF; /*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.toc { 
	position:absolute; 
	left:0; 
	bottom:10px; 
	z-index:2; 
	display:block; 
	width:6px; 
	font-size: 8px;
/*	background:#ececec; /*/
	color:#fff; 
	text-align:center;
	padding:2px; 
	text-decoration:none; 
	opacity: 0.4;
}
.toc-active {
/*	background:#fff; /*/
	color:#666666; 
	opacity: 0.6;
}

.loading{
	width: 32px;
	height: 32px;
	border: 0px;
}

.onCurrent {
	text-decoration: underline !important;
}

.imgShift ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0px;
	padding: 0px;
}

.imgShift li {
	float: left;
	position: relative;
	right: 50%;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	list-style: none;
	padding: 0px 1px;
}

.gallery-pagination {
	width: 100%;
	position: relative;
	margin-top: -35px;
}

.gallery-pagination .toPrev {
	float: left;	
}

.gallery-pagination .toNext {
	float: right;	
}
