.tx-rgsmoothgallery-pi1 {
	background:#000 url(img/ajax-loader.gif) center center no-repeat;
}
.myGallery {
	z-index:5;
	display: none;
	border:none;
	width: 100%;
	height: 100%;
}
.jdGallery {
	overflow:hidden;
	position: relative;
}
.jdGallery img {
	border:none;
	margin: 0;
	padding:0;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:center center;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(img/ajax-loader.gif);
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
* html .jdGallery .slideInfoZone {
	bottom: -1px;
}
.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}
.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}
.carouselContainer {
	position: absolute;
	padding:0;
	width: 75px;
	height: 100%;
	margin: 0;
	left:312px;
	bottom: 56px;
	background-color:transparent;
	z-index: 12;
}
.jdGallery .carousel, .jdGallery a.carouselBtn {
	display:none;
}
.jdGallery a.play {
	position: absolute;
	z-index: 12;
	bottom: 0;
	background-color:transparent;
	right: 0;
	height: 19px;
	width:75px;
	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 a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right, .jdGallery a.left, .jdGallery a.open {
	position: absolute;
	cursor: pointer;
	background: transparent;
	z-index:12;
	bottom: 56px;
	margin: 0;
	padding:0;
	height: 19px;
	width: 18px;
}
.jdGallery a.left {
	right:19px;
	background: url('img/left.gif') no-repeat center left;
}
.jdGallery a.right {
	right: 0;
	background: url('img/right.gif') no-repeat center right;
}
.jdGallery a.open {
	display:none;
}
