

div.tx-rgsmoothgallery-pi1 {
	background:#FFFFFF url(../img/xeogallery/cooldisplay.png) no-repeat -20px 0 ; /* adding panel as background */ 
	height:370px; /* to fit in the background, fixed measures are needed */
	width:567px;
	padding-top:9px;

}

.imageblock{
	margin-bottom:11px;
}


.myGallery
{
	width: 350px;
	height: 230px;
	z-index:5;
	display: none;
}

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #3e3e3e;
	background-repeat: no-repeat;
	background-position:top center;
}

.news-list-item .jdGallery .slideElement{
	background-color: #fff;
	background-position:top left;
}

.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/ajax-loader.gif');
}

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

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 120%;
	margin: 0;
	margin: 2px 5px;
	font-weight: normal;
	color: #fff;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #fff;
}

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

.jdGallery a.carouselBtn {
	background: url(../img/xeogallery/xeoThumbs.png) top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	cursor: pointer;
	text-indent:-9999px;
	width:20px;
}

.jdGallery a.carouselBtn:hover {
	background: url(../img/xeogallery/xeoThumbs_orng.png) top left no-repeat;
}

.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: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

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

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #fff;
	background-position: center center;
	float: left;
	border: solid 1px #ff5700;
}

.jdGallery .carousel .label
{
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0;
	margin: 0;
  color:#575757;
}

.jdGallery .carousel .label .number
{
	color: #575757;
}


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

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


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

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


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


/* old-------------------- */



.jdGallery a.open {
	background: url(../img/xeogallery/xeoplus_grey.png) no-repeat center center;
	position: absolute;
	top: -1px;
	right: -1px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 12;
}

.jdGallery a.open:hover {
	background: url(../img/xeogallery/xeoplus_orng.png) no-repeat center center;
}

.rgsmoothgallery-caption{
	text-indent:-9999px;
}
