#myGallery, 
{
  position: absolute;
  top: 0;
  left: 0;
	width: 400px;
	height: 400px;
	padding: 0;
	z-index:5;
	display: none;
}

#myCarousel
{
  text-align: left;
  margin: 0 auto;
  width: 255px; 
  min-height: 500px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	float: left;
	
}

.jdGallery {
	position: relative;
	height: 410px;
}

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

.jdGallery .slideElement
{
	width: 410px;
	height: 410px;
	background-color: #010101;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url('images/loading-bar-black.gif');
	overflow: hidden;
}

.jdGallery .loadingElement
{
	width: 410px;
	height: 410px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #010101;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 300px;
	bottom: -30px;
	left: -5px;
	color: #fff;
	text-indent: 10px;
}

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

.jdGallery .slideInfoZone h2
{
  margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.jdGallery .slideInfoZone p
{
  margin: 0;
	padding: 0;
	font-size: 1em;
	margin: 0;
	color: #fff;
}


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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	bottom: -60px;
	height: 20px;
	width: 64px;
	cursor: pointer;
	z-index:20;
}


.jdGallery a.left
{
	right: 0px;
	background: url('images/larrow.gif') no-repeat center left;
}

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

.jdGallery a.right
{
	right: -20px;
	background: url('images/rarrow.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('images/rarrow.gif') no-repeat center right; }

.withArrows a#showControl
{
position: absolute;
bottom: 40px;
left: -100px;
height: 25px;
width: 40px;
cursor: pointer;
z-index: 10;
}

.withArrows a.play#showControl { 
background: url(images/play.gif) no-repeat center center; 
}

* html .withArrows a.play#showControl { background: url(images/play.gif) no-repeat center center;
filter:alpha(opacity=80); }


.withArrows a.pause#showControl { background: url(images/pause.gif) no-repeat center center; }

* html .withArrows a.play#showControl { background: url(images/pause.gif) no-repeat center center;
filter:alpha(opacity=80); }


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

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #8e8e8e;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 500px;
	background: #8e8e8e;
	color: #fff;
	text-indent: 0;
}

.jdExtCarousel
{
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 255px;
	min-height: 500px;
	top: 30px;
	left: 0;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
	width: 255px;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: transparent;
	background-position: center center;
	float: left;
	display: block;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}


	
	
