#myGallery
{
	text-align: left;
	width: 457px;
	height: 284px;
	z-index:5;
	display: none;
	background-color: #fff;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading.gif');
}

	
	
#myGallery a:link, #myGallery a:active, #myGallery a:visited, #myGallery a:hover {cursor:default}	
