
.tx-rgsmoothgallery-pi1 {
  background:transparent url(img/loading-bar-black.gif) center center no-repeat;
}

.myGallery
{
	width: 900px;
	height: 374px;
	z-index:5;
	display: none;
	border: 0px solid #FFF;
	background-color: transparent;
	
}

.jdGallery
{
	overflow: hidden;
	position: relative;
	background-color: transparent;

}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 374px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:center top;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}
a right {
z-index:1000;
}

.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
{
position: absolute;
right:0px;
top:0px;
height:364px;
width:550px;
z-index:1;

color:#000;
background-color:#fff;
font-size: 14px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
-moz-opacity:0.8;
overflow: auto;
}

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

.jdGallery .slideInfoZone h2
{


font-size:20px;

font-family:Arial;
color:#000;
padding:10px;
padding-top:0px;
font-weight:normal;
font-weight:bold;


}
.jdGallery .slideInfoZone p
{
color:#000;
padding:10px;
padding-right:18px;
text-align: justify;
	font: normal 12px/1.2em Arial;
}



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

.jdGallery a.carouselBtn
{
	display:none;
	position: absolute;
	bottom: 1px;
	left: 0px;
	height: 21px;
	width: 100;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	
	padding: 0px 10px 0px 10px;
	font-size: 0px;
	color: #666;
	cursor: pointer;
	background: url('http://ar000404.host.inode.at/fileadmin/site/img/coolmore.gif') no-repeat center left;


}

.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;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 480;
	height: 14px;

	color: #fff;
	text-indent: 0;
	overflow: hidden;
	background-color: transparent;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 14px;
	top: 0;
	left: 0;
	overflow: hidden;
	
	padding: 0;
	margin: 0;
	border: 0;

}

.jdGallery .carousel .carouselInner
{
	position: absolute;
	top: 0;
right:0px;
	width:900px;
	height: 14px;


	padding: 0;
	margin: 0;
}


.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	padding:0;
	margin:0;
	float: left;
	z-index: 1000000;
	height: 14px;
	background: #fff url(http://www.archconsult.com/fileadmin/site/img/thumb.gif) center center !important;
}
.jdGallery .carousel .carouselInner .thumbnailtext
{
	cursor: pointer;
	padding:0;
	margin:0;
	float: left;
	z-index: 1000000;
	height: 14px;
	background: #fff url(http://www.archconsult.com/fileadmin/site/img/thumb-text.gif) center center !important;
}

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

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
	display: none;
}

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

}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

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

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

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

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

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

* html .jdGallery a.right { background: url('img/coolnext.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); }

/* My Comment */
	
