.tx-rgsmoothgallery-pi1 {
  background:#fff url(img/loadfff.gif) center center no-repeat;
margin:0 auto; 
}

.myGallery {
  width: 200px;
  height: 180px;
  z-index:5;
  display: none;

}

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

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

.jdGallery .slideElement {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position:center center;
  background-position: center 115px;
  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/loadfff.gif');
}

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

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

#right .jdGallery .slideInfoZone h2 {
  padding: 0;
  padding-left:15px;
  border:0;
  xmargin:10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background:url(img/rgsmoothtitle.gif) no-repeat;
}

.jdGallery .slideInfoZone p {
  xpadding: 10px;
  padding-left:15px;
  padding-bottom:15px;
  display:block;
  height:30px;
  font-size: 10px;
  color: #000;
  background:url(img/rgsmoothdescr.gif) no-repeat;  
}

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

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

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

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

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

.jdGallery .carousel .carouselInner .thumbnail {
  cursor: pointer;
  background: #fff;
  background-position: center center;
  float: left;
  margin: 0 10px 0 0 !Important;
  border: 2px solid #fff;
}

.jdGallery .carousel .carouselInner .act {
border:1px solid #00C0F3;
}

.jdGallery .carousel .label {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  padding: 0;
  margin: 0;
  color:#333;
  font-weight:bold;
}

.jdGallery .carousel .label .number {
  color: #333;
  font-weight:bold;
}

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

.jdGallery a.left {
  position: absolute;
  background: url('img/prev.png') no-repeat left 320px;
  background-position: left bottom;
  height: 91%;
  width: 25%;
  cursor: pointer;
  z-index:30;
}

.jdGallery a.right {
  position: absolute;
  background: url('img/next.png') no-repeat right 320px;
  background-position: right bottom;
  height: 91%;
  width: 25%;
  cursor: pointer;
  z-index:30;
}

.jdGallery a.left {
  border-left:2px solid #ffffff;
}

* html .jdGallery a.right, * html .jdGallery a.left {
  filter:alpha(opacity=50);
}

.jdGallery a.right{
  right: 0;
  top: 0;
}

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

.jdGallery a.open {
  position: absolute;
  top: 0;
  left: 0;
  height: 99%;
  width: 99%;
  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/bulb.png') no-repeat center center; }

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


