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

#leftGallery 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-whiteL.gif');
}

.jdGallery .loadingElement
{
	width: 519px;
	height: 515px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-whiteL.gif');
}