


.tx-rgsmoothgallery-pi1 {
  background: #eee; url(img/loading-bar-black.gif) center center no-repeat;
}

.myGallery
{
	width: 449px;
	height: 338px;
	z-index:5;
	display: none;
	border: none;
}

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

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 24px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 5px 5px;
	font-weight: bold;
    float: left;
    color: #FF9900;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	margin: 6px 5px;
	color: #fff;
	float: left;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 120px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

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

.jdGallery a.play {
	position: absolute;
	bottom: 0;
	left: 387px; 
	top: 418px; 
	width: 16px; 
	height: 16px;
	background: url('../../templates/img/play.gif') no-repeat center center;
	cursor: pointer;
}

.jdGallery a.pause {
	background: url('../../templates/img/pause.gif') no-repeat center center;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 100px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	padding:0;
	margin:0;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

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

.jdGallery .carousel .label .number
{
	color: #dddddd;
}

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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 16px;
	width: 16px;
	cursor: pointer;
	z-index:99;
}





.jdGallery a.left {left: 408px; top: 318px; background: url('../../templates/img/prev.gif') no-repeat center left;}
.jdGallery a.right {right: 5px; top: 318px; background: url('../../templates/img/next.gif') no-repeat center right;}



.jdGallery a.open {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	background: none;
	left: 366px; 
	top: 318px; 
	width: 16px; 
	height: 16px;
	background: url('../../templates/img/open.gif') no-repeat center center;
}









/* div with the gallery inside */
#thumbs {
  text-align:left;
  border:none;
  padding: 0px;
  margin-bottom: 10px;

}

/* div around the imgs */
.carouselWrapper {margin-left: -5px;}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  background:#ddd;
  margin:0px;
  cursor:pointer;
  margin-bottom: 5px;
  


}


.thumbnail:hover {}

/* label = title of an image */
.label {
  font-weight:bold;
  }



#thumbs .label {height: 32px;}

/* number of the image */
#thumbs .number, #thumbs .label {
	visibility: visible;
	margin-left: 0px;
	  
}

#thumbs .number { color:#FF9900; display: block;}

/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 15;
}

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333;
	z-index: 20;
	border: 1px solid #fff;
}

#rglbCenter {
	padding: 10px;
}

.rglbLoading {
	background: #fff url('img/loading-bar-black.gif') no-repeat center;
	border: 1px solid #FFF;
}

#rglbImage {
	z-index: 25;
}

#rglbPrevLink, #rglbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#rglbPrevLink {
	left: 0;
}

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



#rglbNextLink {
	right: 0;
}



#rglbNextLink:hover { background: transparent url('../../templates/img/next.gif') no-repeat 100% 50%; }

#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url('../../templates/img/close.gif') no-repeat center;
	margin-bottom: 10px;
}

#rglbNumber {
	display: block;
	float: left;
}

#rglbNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#rglbDescription {
	float: left;
	padding-right: 10px;
}

#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}

#rglbDescription #rglbCaption {
	margin-left: 0;
}

#rglbPrintLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url('../../templates/img/print.gif') no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

#rglbSaveLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url('../../templates/img/save.gif') no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}



