
/**
 * gallery customizations
 */

.myGallery {
	border: none;
}

.jdGallery a.left,
.jdGallery a.right,
.jdGallery a.open {
}

.jdGallery a.carouselBtn,
.jdGallery .carousel {
}

.jdGallery a.left {
	background: url('../images/gallery/eus_prev.gif') no-repeat bottom left;

}

.jdGallery a.right {
	background: url('../images/gallery/eus_next.gif') no-repeat bottom right;
}


.jdGallery .carousel {
	background-color: #E7ECF0;
}

.jdGallery a.carouselBtn {
	background-color: #E7ECF0;
	border: none;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	padding: 0 10px;
}

.jdGallery .carousel .label {
	color: #000;
	font-size: 10px;
}

.jdGallery .carousel .label .number {
	color: #000;
}

.jdGallery .carousel .carouselInner .thumbnail {
	border: none;
}

.jdGallery .slideElement {
}


.jdGallery .slideElement {
	background-color: #fff;
}

.jdGallery .slideInfoZone {
	background-color: #fff;
	border-top: 1px solid #D6DAE0;
	color: #000;
	height: 35px;
	z-index: auto;
}


.jdGallery 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;
}

.jdGallery a.open:hover {
	background: url('../images/gallery/magnifier.gif') no-repeat center center;
}

* html .jdGallery a.open:hover {
	background: url('../images/gallery/magnifier.gif') no-repeat center center;
	filter:alpha(opacity=80);
}


.jdGallery .slideInfoZone h2 {
	font-size: 10px;
	font-weight: normal;
}

/**
 * magnification
 */

#lbOverlay,
#lbCenter,
#lbBottom {
}

#lbCloseLink {
	background-image: url(../images/gallery/eject.gif);
	width: 30px;
	height: 30px;
}

#lbPrevLink:hover {
	background: transparent url('../images/gallery/eus_prev_w.gif') no-repeat 0% 50%;
}

* html #lbPrevLink:hover {
	background: transparent url('../images/gallery/eus_prev_w.gif') no-repeat 0% 50%;
}

#lbNextLink:hover {
	background: transparent url('../images/gallery/eus_next_w.gif') no-repeat 100% 50%;
}

* html #lbNextLink:hover {
	background: transparent url('../images/gallery/eus_next_w.gif') no-repeat 100% 50%;
}

#lbBottom {
	color: #fff;
}

#lbNumber {
	vertical-align: bottom;
}

/**
 * preloader
 */

.tx-rgsmoothgallery-pi1 {
  background: #fff url(../images/gallery/preloader.gif) center center no-repeat;
}

.jdGallery .slideElement {
	background-color: #fff;
}

.jdGallery .loadingElement {
	background-color: #fff;
	background-image: url(../images/gallery/preloader.gif);
}

.jdGallery .carousel .carouselInner .thumbnail {
	background: #000;
}

