#myGallery, #myGallerySet, #flickrGallery
{
	/*width: 586px;*/
	height: 104px;
	z-index:5;
}
#myGallery2, #myGallerySet2, #flickrGallery2
{
	width: 485px;
	height: 340px;
	z-index:5;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	/*background-color: #806D5E;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #806D5E;*/
	background-repeat: no-repeat;
	background-position: center center;
}
