#myGallery, #myGallerySet, #flickrGallery
{
	width: 519px;
	height: 515px;
	z-index:1;
	border: 0px solid #000;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: 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;
	background-position: center center;
	background-image: url('img/loading-bar-white.gif');
}

.jdGallery .loadingElement
{
	width: 220px;
	height: 19px;
	position: relative;
	left: 150px;
	top: 248px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-white.gif');
}