.tx-rgsmoothgallery-pi1 {
	background-color: transparent;
  	background: url(img/loading-bar-white.gif) center center no-repeat;
}

.myGallery {
	width: 520px;
	height: 385px;
	z-index:5;
	display: none;
}

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

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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: transparent;
	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: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-white.gif');
}

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

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

.jdGallery .slideInfoZone h2 {
	padding: 0;
	margin: 0 0 0 0;
	padding: 30px 0 0 20px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: inherit;
	color: #333333;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

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

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	left: 40px;
	text-align: center;
	padding: 2px 20px;
	background-color: #fff;
	color: #a0a0a0;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
}

.jdGallery a.play {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	width:20px;
	background: url('img/control_play.png') no-repeat center right;
	cursor: pointer;
}

.jdGallery a.pause {
	background: url('img/control_pause.png') no-repeat center right;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #fff;
	color: #a0a0a0;
	text-indent: 0;
	overflow: hidden;
	font-size: 11px;
	text-transform: uppercase;
}

.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: #fff;
	background-position: center center;
	float: left;
	border: solid 1px #a0a0a0;
}

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

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

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

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


.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('img/prev.gif') no-repeat top left;
}

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('img/next.gif') no-repeat top right;
}


.jdGallery a.open {
	display: none;
}

