/*******************************************************************************
 *    EXT gallery
 ******************************************************************************/ 

.tx-rgsmoothgallery-pi1 {
  background:#fff url(../img/loading.gif) center center no-repeat; */
}

.myGallery
{
	width: 480px;
	height: 380px;
	z-index:5;
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
	width: 480px;
}

.jdGallery .slideElement
{
	width: 480px;
	height: 360px;
	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: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	opacity:100;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 4px 20px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}




.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height:14px;;
	width: 15px;
	cursor: pointer;
	z-index:10;


}



.jdGallery a.left
{
	left: 430px;
	top: 340px;
	background: url('../img/prev.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('../img/prev.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 10px;;
	top: 340px;
	background: url('../img/next.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('../img/next.gif') no-repeat center right; }


	













/***************************
 *    EXT rgaccordion
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {

	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #F8EFD1;
	padding: 0px;
	margin: 0px;
	height: 20px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#FFF;

}

/* the content */
div.rgaccord1-content {
  margin: 0px;

}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
  height: 0px:
  width: 0px;
}
.rgaccord1-nest {}
.rgaccord1-nest p {margin: 0px;}

/***************************
 *    EXT maps
 ***************************/ 
#map_container img {border: none}
#map_container p {margin: 0px; padding: 0px;}

.marker-layer {padding-right: 10px;}
.filterlayer { margin-top: -15px; margin-left: 10px; }
.filterlayer p img {border: 1px solid #ffffff;}

