@charset "utf-8";
/* CSS Document */

* {
	text-align: left;
}

.bodyGallery ul, .bodyGallery li, .bodyGallery img, .bodyGallery div, .bodyGallery p {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

.bodyGallery {
	display: block;
	width: 700px;
	height: 275px;
/*	background: #CCCCCC; /*/
	position: relative;
	overflow: hidden;
	padding-top: 120px;
	background: url(../images/gallery-tab-background.png) left top no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}

.bodyGallery .imgFrame {
	
}

.itemFocus {
	display: block;
	float: left;
	width: 700px;
	height: 275px;
	position: relative;
	padding-top: 30px;
	clear: both;
	z-index: 109;
	background: #e8e8e8;
}

.imgFocus {
	display: block;
	width: 700px;
	position: relative;
	z-index: 109;
	background: #e8e8e8;
}
.imgFocus img {
	position: relative;
}

.imgFocus p {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 700px;
	line-height: 19px;
	font-size: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div.imgDesc {
	position: absolute;
	top: -120px;
	left: 0px;
	width: 225px;
	height: 120px;
}

.imgPanel {
	display: block;
	width:  400px;
	height: 120px;
	z-index: 22;
	position:absolute;
	top: 0px;
	left: 291px;
}

.panelContainer {
	display: block;
	width: 400px;
	height: 75px;
	position: absolute;
	top: 37px;
	
	overflow: hidden;
}

.panelContainer .inner {
	width: 5000px;
}

.panelContainer .inner span {
	display: none;
}

.panelContainer ul {
	width: 408px;
	height: 75px;
	float: left;
	overflow: hidden;
}

.panelContainer ul, .panelContainer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.panelContainer ul li {
	float: left;
	margin-right: 8px;
	width: 60px;
	height: 75px;
	list-style: none;
}

.panelContainer img {
	cursor: pointer;
}

span.imgBefore, span.imgAfter {
	display: none;
}

.imgPanel p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

.imgPanel p a {
	display: inline-block;
	padding: 0px 5px;
	height: 15px;
	line-height: 15px;
/*	background:  #0000FF; /*/
}

.GalleryHeader {
	float: left;
	font-size: 12px;
	display: none;
}

.imgShift {
	position: absolute;
	top: 17px;
	right: 8px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	z-index: 99;
}

.imgShift a, .imgShift a:hover {
	display: inline-block;
	color: #932724;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
}

.imgShift a.galPrev {
	padding-left: 14px;
	background: url(../images/button-right.jpg) left top no-repeat;
}

.imgShift a.galNext {
	padding-right: 14px;
	background: url(../images/button-next.jpg) right top no-repeat;
}

.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;
}

.imgDesc h3, .imgDesc p {
	position: relative;
	clear: none;
}

.imgDesc h3 {
	font-size: 14px;
	color: #932724;
	margin: 18px 8px 20px;
}

.imgDesc p {
	margin: 0px 8px;
	font-size: 11px;
}

.imgDesc p span {
	float: right;
	width: 130px;
	text-align: left;
}