

#myGallery {
background-image:none;
border:0 none;
display:block;
height:320px !important;
left:17px;
margin:0;
overflow:hidden;
padding:0;
position:relative;
top:9px;
width:480px !important;
z-index:500;
}


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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/imageswap/loading-bar-black.gif');
}

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


* html .jdGallery 
{
	bottom: -1px;
}

	
	
