.tx-rgsmoothgallery-pi1 {
  background:#FFF url(img/loading-bar-black.gif) center center no-repeat;
  margin-left:auto;
  margin-right:0;
  margin-bottom:3em;
}

.myGallery
{
	
	height: 400px;
	z-index:5;
	display: none;
	border: 1px solid #fff;
}
.rgsgcontent {
	position:absolute;
	top:0px;
	left:0px;
 /*width:533px;*/
 height:403px;
 /*padding:10px;*/
 padding-bottom:5px;
 padding-right:3px;
 border:0px solid #fff;
 /*margin-top:25px;
 margin-left:auto;
 margin-right:auto;*/

}
.jdGallery
{
	
	position: relative;
}

.act {
	/*opacity:0.3 !important;*/
}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	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-black.gif');
}

.jdGallery .slideInfoZone
{
text-align:right;
	width: 100%;
	margin-left: auto;
  margin-right: auto;
  position:absolute;
	color: #fff;
	text-indent: 0;
	opacity:1 !important;
	/*margin-top:320px;*/
	vertical-align:baseline;
/*	height:340px;*/
	margin-left:-647px;
	bottom:0;
	
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	visibility:hidden;
}
div#externalthumbs p {
 display:none;
}
.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #808080;
	font-weight:bold;
	vertical-align:bottom;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: auto;
	width: 1250px;
	margin: 0px;
	left: 50%;
	margin-left:-625px;
	top: 400px !important;
}

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

.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;
}
div#externalthumbs {
 float:left;
 position:absolute;
 margin:10px;
 top:460px;
 bottom:10px;
 padding:10px;
}
.jdGallery .carousel
{
	margin: 0px;
	height: 115px;
	color: #fff;
	text-indent: 0;	
}/*overflow: hidden;*/

.jdGallery .carousel .carouselWrapper
{
	height: 78px;	
}/*overflow: hidden;*/

.jdGallery .carousel .carouselInner
{

	width:100% !important;
	margin-bottom:10px;
}

div#externalthumbs .carouselWrapper .carouselInner .thumbnail {
 cursor: pointer;
	padding:0;
	margin:0;
	background: #fff;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
	margin-bottom:10px;

}


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

.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: 200px;
	cursor: pointer;
	z-index:10;
}

/*

.jdGallery a.left:hover {
	background-image: url('../images/arrow-left.png');
}
.jdGallery a.right:hover{
	background-image: url('../images/arrow-right.png');
}
*/

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

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

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

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.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('img/open.png') no-repeat center center; }

* html .jdGallery a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	

