#myGallery, #myGallerySet, #flickrGallery
{
	width: 350px;
	height: 450px;
	z-index:5;
	display:none;
}

.jdGallery a
{
	outline:0;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 420px;
}

.jdGallery .loadingElement{
	width: 100%;
	height: 420px;
	position: absolute;
	left: 0;
	top: 0;
}

.jdGallery .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	top:370px;
	height: 50px;
	background: #000;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}


.jdGallery a.open{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open{
	position: absolute;
	top: 0;
	left: 0;
	height: 420px;
	width: 100%;
	cursor: pointer;
	z-index: 3010;	
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	color:#FFFF33;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 11px;
	margin: 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 535px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0px;
}

.jdGallery .carousel{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0px;
	height: 115px;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	color:#64706C;
	float: left;
	font-size:13px;
	border-right:1px solid #64706c;
	line-height:70%;
	padding:2px 7px;
}

.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;
}

