#myGallery
{
	display: none;
	background-color: transparent;	
	position:absolute;
	left:0;
	bottom:0;
	width: 446px;
	height: 356px;
	z-index: 0;	
}

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

.jdGallery .slideElement
{
	width: 446px;
	height: 356px;
	float: left;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
 	background-position: bottom left; 
	z-index: 0;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

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


.jdGallery .open
{
	visibility: hidden;
}
