#mainContent #myGallery {height:200px; width:715px; border:none; background-color:#f5f5f5; font-size:11px;z-index:5; overflow:hidden;}
#mainContent #myGallery a {color:#FFF; cursor:pointer; text-decoration:none;}
#mainContent #myGallery p {line-height:1em; color:#f3f3f3;}
.jdGallery {overflow: hidden;	position: relative;}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading.gif');
}

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

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 680px;
	left: 0;	bottom: 0;
	padding: 0 20px 0 15px;
	height: 45px;
	background: #333;
	overflow: hidden;
	text-align:right;
}
* html .jdGallery .slideInfoZone{	bottom: -1px;}

.jdGallery .slideInfoZone h2
{
	margin:0;	padding:0;
	position:relative; top:-6px;
	font-weight: bold;
	font-size:15px;
	color:#fff;
}
.jdGallery .slideInfoZone p
{
	position:relative; top:-7px;
}


