#myGallery1
{
	width: 590px;
	height: 240px;
	z-index:5;
	display: none;	
}

#myGallery2
{
	width: 430px;
	height: 330px;
	z-index:5;
	display: none;
	border: 1px solid #000;
	margin-left: 80px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	color: #000;
	background-color: transparent;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 35%;
	margin: 0px;
	left: 33%;
	bottom: 3px;
	height: 25px;
	background-color: #000;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	font-size:1.0em;
}

.jdGallery .slideInfoZone p
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .1em;
	background-color: transparent;
	color: #fff;
}

.jdGallery a
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fff;
	background-color: transparent;
}

