/*******************************************************************************
 *    EXT gallery
 ******************************************************************************/ 

.tx-rgsmoothgallery-pi1{

  background:#fff url(../img/loading.gif) center center no-repeat; 
}

.myGallery
{
	width: 550px;
	height: 413px;
	z-index:5;
	display: all;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}


.jdGallery .thumbnail
{
	display: all;
	
}

.jdGallery img
{
	border: 0;
	margin: 0;
	width: 550px;
}

.jdGallery .slideElement
{
	width: 550px;
	height: 413px;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;

}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 5;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 25px;
	background: #fff;
	#background: #C9E1F8;
	color: #3333CC;
	text-indent: 0;
	overflow: hidden;
	opacity:100;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 4px 10px;
	font-weight: bold;
	color: #3333CC;
	text-transform: none;
}




.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height:11px;;
	width: 11px;
	cursor: pointer;
	z-index:10;


}



.jdGallery a.left
{
	left: 510px;
	top: 395px;
	background: url('../img/previous.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('../img/previous.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 10px;;
	top: 395px;
	background: url('../img/next.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('../img/next.gif') no-repeat center right; }


	
