#myGallery
{
	width: 586px;
	min-height: 250px;
	color: #FFFFFF;margin:0;padding:0;float:left;
	/*background:#F5F5F5;*/


}
* html #myGallery {height:250px;}


.jdGallery
{
	overflow: hidden;
	position: relative;
}


.jdGallery .slideElement
{
    width: 100%;
	height: 100%;
	background:url('images/loading-bar.gif') no-repeat center center;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;	top: 0;
	background:  url('images/loading-bar.gif') no-repeat center center;

}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 250px;
	right: 0px !important;
	bottom: 0px !important;
	height: 40px !important;
	background: #333;            /* Back ground of Slide Info/post */
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	padding:2px 10px;
	
}



#myGallery img {max-width:586px;}
* html #myGallery img {width:expression(this.width > 586? "586px" : this.width);}
