.tx-rgsmoothgallery-pi1 {
	background: #000 url(img/loading-bar-black.gif) center center no-repeat;
	margin:0 auto; 
}

.myGallery{
	z-index:5;
	display: none;
}

.jdGallery{
	background:url(../../images/bg_gallery_home.gif);
	width:342px;
	height:176px;
	overflow: hidden;
	position: relative;
}

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

.jdGallery .slideElement{
	width: 192px;
	height: 144px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	border:1px solid #999999;
	left:0;
	right:0;
	margin:10px 15px;
	padding:2px;
	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('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 110px;
	margin: 0;
	left:225px;
	top:50px;
	height: 60px;
	color: #fff;
	text-indent: 0;
	overflow:visible;
	
}

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

.jdGallery .counterInfo{
	position:absolute;
	top:17px;
	left:257px;
	z-index:15;
	width:50px;
}

.jdGallery .slideInfoZone h2{
	padding: 0;
	border:0;
	xmargin:10px;
	font-size: 12px;
	font-weight: bold;
	color: #DE9C26;
}

.jdGallery .slideInfoZone p{
	xpadding: 10px;
	padding:0;
	display:block;
	height:30px;
	font-size: 12px;
	color: #fff;
}

.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;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	display:none;
}

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

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

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

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

.jdGallery .carousel .carouselInner .act {
	border:1px solid #DE9C26;
	background:#DE9C26;
}

.jdGallery .carousel .label{
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 0;
	margin: 0;
	color:#DE9C26;
	font-weight:bold;
}

.jdGallery .carousel .label .number{
	color: #999999;
	font-weight:normal;
}
.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.left
{
	position: absolute;
	background: url('img/prev.gif') no-repeat left bottom;
	height:18px;
	width: 18px;
	cursor: pointer;
	z-index:30;
	/*margin-left:20px;*/
}

.jdGallery a.right
{
	position: absolute;
	background: url('img/next.gif') no-repeat right bottom;
	height:18px;
	width: 18px;
	cursor: pointer;
	z-index:30;
	/*margin-right:20px;*/
}

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

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

}
.jdGallery a.left{
	right: 100px;
	top: 15px;

}
.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;
}
.directlink {
	position:relative;
	top:-35px;
	left:224px;
	z-index:100;
}
.directlink a{
	text-decoration:underline;
}
.directlink a:hover{
	color: #DE9C26;
}
/*
.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); }
	*/



