#myGallery, #myGallerySet, #flickrGallery
{
	width: 728px; /* ie6.css */
	height: 390px;
	z-index:5;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

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

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

.jdGallery .slideElement
{
	width: 728px;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/gallery/loading-bar-black.gif');
}

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

.jdGallery .slideInfoZone
{
	display: none;
}

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

.jdGallery div.carouselContainer
{
	display: none;
}

.jdGallery .carousel
{
	display: none;
}