.tx-rgsmoothgallery-pi1 {
  	background:#a4a4a4 url(/fileadmin/images/smoothgallery/loader3.gif) center center no-repeat;
  	margin-bottom: 5px;
	  }

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

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

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

.jdGallery .slideElement {
	width				: 100%;
	height				: 100%;
	background-color	: #FFFFFF;
	background-repeat	: no-repeat;
	}

.jdGallery .loadingElement {
	width				: 100%;
	height				: 100%;
	position			: absolute;
	left				: 0;
	top					: 0;
	background-color	: #a4a4a4;
	background-repeat	: no-repeat;
	background-position	: center center;
	background-image	: url('/fileadmin/images/smoothgallery/loader3.gif');
	}

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

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

.jdGallery .slideInfoZone h2	{
	padding		: 0;
	font-size	: 100%;
	margin		: 0;
	margin		: 2px 5px;
	font-weight	: bold;
	color		: inherit;
	}

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

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

.jdGallery a.carouselBtn {
	position	: absolute;
	bottom		: 0;
	left		: 5px;
	height		: 20px;
	width: 10px;
	background: #a4a4a4 url('/fileadmin/images/smoothgallery/thumbnails_label2.gif') no-repeat;
	text-align	: center;
	padding		: 0px 10px 0px 2px;
	font-size	: 13px;
	border		: 0px solid #c0c0c0;
	color		: #333;
	cursor		: pointer;
	}


.jdGallery .carousel {
	position	: absolute;
	width		: 100%;
	margin		: 0px;
	left		: 0;
	top			: 0;
	height		: 115px;
	background	: #a4a4a4;
	color		: #333;
	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			: transparent;
	background-position	: center center;
	float				: left;
	border				: solid 0px #666666;
	}

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

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

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


.jdGallery a.right, .jdGallery a.left, .jdGallery a.open {
	position		: absolute;
	cursor			: pointer;
	background		: tranparent;
	z-index			: 12;
  	bottom			: 0px;
	}



.jdGallery a.left {
  	left			: 0px;
	margin			: 5px;
	height			: 13px;
	width			: 13px;
	background		: #990000 url('/fileadmin/images/smoothgallery/left.gif') no-repeat center left;
	}



.jdGallery a.right {
	left			: 20px;
	margin			: 5px;
	height			: 13px;
	width			: 13px;
	background		: #990000 url('/fileadmin/images/smoothgallery/right.gif') no-repeat center right;
	}



.jdGallery a.open {
	position		: absolute;
  	left			: 40px;
	margin			: 5px;
	height			: 13px;
	width			: 13px;
	z-index			: 1000;
  	background		: #990000 url('/fileadmin/images/smoothgallery/big.gif') no-repeat center right;
	}



