.tx-rgsmoothgallery-pi1 {
  background:#000 url(images/smoothgallery/smoothgallery/loading_bar.gif) center center no-repeat;
}

.myGallery {
	display: none;
	width: 259px;
	height: 301px;
}

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

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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	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: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/smoothgallery/loading_bar.gif');
}

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #BBC5D5;
	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: #7B8FAF;
}

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

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #BBC5D5;
	color: #7B8FAF;
	cursor: pointer;
}

.jdGallery a.play {
	position: absolute;
	bottom: 15px;
	left: 123px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url('images/smoothgallery/pause_out.png') no-repeat center right;
}

.jdGallery a.play:hover {
	background: url('images/smoothgallery/pause_over.png') no-repeat center right;
}

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

.jdGallery a.pause:hover {
	background: url('images/smoothgallery/play_over.png') no-repeat center right;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #BBC5D5;
	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: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number {
	color: #7B8FAF;
}

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

.jdGallery a.left {
	position: absolute;
	bottom: 15px;
	right: 40px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	z-index: 10;
	background: url('images/smoothgallery/previous_out.png');
}

.jdGallery a.left:hover {
	background: url('images/smoothgallery/previous_over.png');
}

.jdGallery a.right {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	z-index: 10;
	background: url('images/smoothgallery/next_out.png');
}

.jdGallery a.right:hover {
	background: url('images/smoothgallery/next_over.png');
}