#myGallery, #myGallerySet, #flickrGallery
{
	width: 780px;
	height: 176px;
	z-index:5;
	border: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #007DC6;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #007DC6;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading.gif');
}


