#gallery { /*border: 1px solid #000;*/
	
}

#main2 {
	height: 430px;
}

#myGallery {
	margin-left: 186px;
	width: 430px;
	height: 430px;
	z-index: 5;
	display: none;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

img {
	border: 0;
	margin: 0;
}

.slideElement {
	width: 428px;
	height: 428px;
	background-color: #fff;
	background-repeat: no-repeat;
	/*border:1px solid #cccccc;*/
}

.loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.slideInfoZone { /*position: absolute;*/
	z-index: 10;
	width: 800px;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 24px;
	/*background: #333;*/ /*color: #fff;*/
	color: #000;
	text-indent: 0;
	text-align: center;
	overflow: hidden;

}

* html .slideInfoZone {
	bottom: -1px;
}

.slideInfoZone h2 {
	padding: 0;
	font-size: 10px;
	margin: 0;
	margin: 2px 5px;
	font-weight: normal;
	color: #999999;;
}

/*
.slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: olive;
}
*/
	/*  carousel */
div.carouselContainer {
	position: absolute;
	height: 46px;
	width: 342px;
	z-index: 10;
	margin: 0px;
	left: 205px;
	top: 0px;
}

a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	width: 100px;
	background: url('img/carousel_btn.gif') no-repeat;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.carousel {
	position: absolute;
	/*width: 100%;*/
	width: 342px;
	margin: 0px;
	left: 0;
	top: 0;
	/*	height: 115px;*/
	height: 46px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 5px;
	left: -2px;
	overflow: hidden;
}

.carousel .carouselInner {
	position: relative;
}

.carousel .carouselInner .thumbnail {
	cursor: pointer;
	background-position: center center;
	float: left;
	/*border: solid 1px #999;*/
	background:  #999;
}

.carousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.carousel .label .number {
	color: #b5b5b5;
}

a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

a.right,a.left,a.gostopbtn_stop,a.gostopbtn_go {
	position: absolute;
	height: 25px;
	width: 31px;
	cursor: pointer;
	z-index: 10;
	/*filter: alpha(opacity = 20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;*/
}

* html a.right,* html a.left { /*	filter: alpha(opacity = 50);*/
	
}

a.right:hover,a.left:hover { /*filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	
}

a.left {
	left: 153px;
	top: 10px;
	background: url('../img/book/left.png') no-repeat center left;
}

* html a.left {
	background: url('../img/book/left.png') no-repeat center left;
}

a.right {
	right: 205px;
	top: 10px;
	background: url('../img/book/right.png') no-repeat center right;
}

a.gostopbtn_go,a.gostopbtn_stop {
	right: 156px;
	top: 10px;
}

a.gostopbtn_stop {
	background: url('../img/book/stop.png') no-repeat center right;
}

a.gostopbtn_go {
	background: url('../img/book/play.png') no-repeat center right;
}

* html a.right {
	background: url('../img/book/right.png') no-repeat center right;
}

* html a.gostopbtn_stop {
	background: url('../img/book/stop.png') no-repeat center left;
}

* html a.gostopbtn_go {
	background: url('../img/book/play.png') no-repeat center left;
}

a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	/*-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}

.withArrows a.open:hover {
	background: url('img/open.png') no-repeat center center;
}

* html .withArrows a.open:hover {
	background: url('img/open.gif') no-repeat center center;
	/*filter: alpha(opacity = 80);*/
}
