
/**
 * 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/one_prev.gif') no-repeat bottom left;

}

.jdGallery a.right {
	background: url('../images/gallery/one_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
 */

#rglbOverlay,
#rglbCenter,
#rglbBottom {
	background-color: #fff;
}

#rglbOverlay {
}


#rglbCloseLink {
	background-image: url(../images/gallery/eject.gif);
	width: 30px;
	height: 30px;
}

#rglbPrevLink:hover {
	background: transparent url('../images/gallery/one_prev_w.gif') no-repeat 0% 50%;
}

* html #rglbPrevLink:hover {
	background: transparent url('../images/gallery/one_prev_w.gif') no-repeat 0% 50%;
}

#rglbNextLink:hover {
	background: transparent url('../images/gallery/one_next_w.gif') no-repeat 100% 50%;
}

* html #rglbNextLink:hover {
	background: transparent url('../images/gallery/one_next_w.gif') no-repeat 100% 50%;
}


#rglbCenter, #rglbBottom {
	border: 1px solid #efefef;
}

#rglbBottom {
	color: #717171;
	border-top: none;
}

#rglbDescription #rglbTitle {
	padding: 0 0 0 10px;
}

#rglbNumber.gallery {
	padding: 0 4px 0 0;
}

/**
 * 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;
}


/**
 * teaser thumbnail gallery
 */

.gallery-teaser {
	margin-top: 15px;
}

.gallery-teaser .tx-rgsmoothgallery-pi1 {
	background-image: none;
}

.gallery-teaser .slideElement,
.gallery-teaser .loadingElement,
.gallery-teaser .slideInfoZone {
	display: none;
}

.gallery-teaser .helperElement {
	background-position: center center;
	background-repeat: no-repeat;
	width: 81px;
	height: 68px;
	position: absolute;
}

.gallery-teaser .jdGallery .loadingElement {
	background-image: none;
}

/**
 * slightbox
 */

/*
 *#rglbOverlay {
 *    background-color: #efefef;
 *}
 *
 *#rglbCenter, #rglbBottom {
 *    background-color: #fff;
 *    border: 1px solid #ccc;
 *}
 *
 *#rglbNextLink:hover {
 *    background-image: url(../images/gallery/one_next_w.gif);
 *}
 *
 *#rglbPrevLink:hover {
 *    background-image: url(../images/gallery/one_prev_w.gif);
 *}
 *
 *#rglbCloseLink {
 *    background: transparent url(img/close9yj.gif) no-repeat scroll 
 *}
 */

