#banner {
	border-bottom:1px solid #dadada;
	width: 515px;
	height: 241px;
	margin:0 0 2px 0;
	padding:0px 7px 7px 7px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	position:relative;
}

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

.jdGallery .slideElement
{
	width: 515px;
	height: 241px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('img/loading-bar-black.gif');
	z-index:1;
}

.jdGallery .loadingElement
{
	width: 515px;
	height: 241px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}