#myGallery
{
	width: 618px;
	height: 414px;
	z-index:5;
	display: none;
	border: 0px solid #000;
	background-color: #000;

}

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

.jdGallery img
{
	border: 0;
	margin: 0;
	background-color: #000;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
}

.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('/inc/img/backgrounds/slideshow/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .slideInfoZone h2 	/* dunno why it thinks it's h2! */
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit; 
	/* piehack - hidden */
	display: none;
}
.jdGallery .slideInfoZone p
{
	font-size: 1em;
	text-align: center;
text-transform: uppercase;
	letter-spacing: 0.3em;
	word-spacing: 0.3em;
	margin: 2px 10px;
	color: #eee; 
}
/* to try and fix IE png bug
Lightbox solution is http://www.freewebsfarms.com/forums/viewtopic.php?pid=4608#p4608
*/
li.imageElement {background-color: #000;}

/* deleted slideshow browser styles */

