#myGallery, #myGallerySet, #flickrGallery
{
	width: 400px;
	min-height: 150px;
	z-index:5;
	color: #FFFFFF;
	margin:8px auto;
	border: 4px solid #77C9D8;

}

* html #myGallery {height: 150px;}

.jdGallery
{
	overflow: hidden;width: 400px;
	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: 250px;
	right: 0px !important;
	bottom: 0px !important;
	height: 50px !important;
	background: #1C5964;            /* Back ground of Slide Info/post */
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	padding:2px 10px;
	
}


* html .jdGallery .slideInfoZone {bottom: -1px;}

.jdGallery .slideInfoZone h2 {font-size: 12px; color: #FFFFFF; padding: 0;margin:0;font-weight:bold;}
.jdGallery .slideInfoZone p {font-size: 11px; color: #FFFFFF; line-height: 16px;padding:0;}
.jdGallery .slideInfoZone p .readmore {background:  url('../images/slide-read-more.gif') no-repeat right center; padding:0 15px;text-align:right;font-weight:bold;}
.jdGallery a {text-decoration: none; color:#fff;}
#myGallery a {text-decoration:none;cursor:pointer;}

#myGallery img {max-width:400px;}
* html #myGallery img {width:expression(this.width > 400? "400px" : this.width);}

