#myGallery, #myGallerySet, #flickrGallery
{
  position: absolute;
  top: 0px;
  left: 0px;
	width: 640px;
	height: 600px;
	padding: 0;
	z-index:5;
	display: none;
	border: solid 1px #949494;
}

#myCarousel
{
  text-align: left;
  margin: 0 auto;
  width: 90%; 
  height:116px;
  overflow:hidden;
  
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: inline;
	
}

.jdGallery
{
	
	position: relative;
	height: 100%;
	
}

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

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

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 135px;
	top: 290px;
	right: -145px;
	color: #000;
	text-indent: 0;
}

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

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

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 1em;
	margin: 2px 5px;
	color: #000;
}


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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	bottom: 193px;
	height: 20px;
	width: 23px;
	cursor: pointer;
	background: url(images/control.gif) top left no-repeat;
	z-index:10;
}


.jdGallery a.left
{
	
	left: -165px;
	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
{
	
	
	left: -135px;
	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: 190px;
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: 100px;
	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: 115px;
	background: #8e8e8e;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 116px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

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

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

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

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

	
	
