#gallery {width: 540px; border:1px solid #ddd; padding:5px;background:#f5f5f5; margin:0 auto 10px  auto;}
#myGallery
{
	width: 540px;
	min-height: 219px;
	z-index:5;
	color: #FFFFFe;
	

}

* html #myGallery {height: 219px;}

.jdGallery
{
	overflow: hidden;width: 520px;
	position: relative;
}


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

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

}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 520px;
	right: 0px !important;
	bottom: 0px !important;
	height: 60px !important;
	background: #000;            /* Back ground of Slide Info/post */
	color: #fffffe;
	text-indent: 0;
	overflow: hidden;
	padding:2px 10px;

}




#main .jdGallery .slideInfoZone h2 {color: #FFFffe; padding: 0;margin:0;text-transform:capitalize;font:bold 15px arial;}
.jdGallery .slideInfoZone p {font-size: 12px; color: #FFFffe; line-height: 16px;padding:3px 0;}

#main #myGallery a {background:none;text-decoration: none; color:#fffffe;cursor:pointer;}
