#myGallery {
	width: 636px;
	height: 318px;
	z-index:5;
	border: #999 1px solid;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img {
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/loading-bar-black.gif);
}

.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(img/loading-bar-black.gif);
}



/* This is the information panel that slides up from the bottom of the feature area */
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 60px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	background-color: #fff;
	border-top: #999 1px solid;
}
* html .jdGallery .slideInfoZone {
	bottom: -1px;
}


/* For some reason these styles actually affect the h3 tag */
.jdGallery .slideInfoZone h2 {
	padding: 2px 10px 0 0;
	font-size: 18px;
	line-height: 20px;
	_line-height: 15px;
	color: #000;
	margin: 0;
	margin: 4px 0 0 12px;
	_margin-left: 6px;
	float: left;
	width: 200px;
	height: 32px;
	background: none !important;
	border: none !important;
}

/* p tag styles in the slider */
.jdGallery .slideInfoZone p {
	padding: 2px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 0 0 12px;
	color: #000;
	float: left;
	width: 390px;
	height: 32px;
	position: relative;
	text-align: left;
}
.jdGallery .slideInfoZone p span.pageNumbers {
	position: absolute;
	left: 355px;
	top: 10px;
}
.jdGallery .slideInfoZone p a {
	color: #0099ff;
}
.jdGallery .slideInfoZone p a:hover {
	text-decoration: underline;
}
.jdGallery .slideInfoZone p a:visited {
	color: #0099ff;
}


/* These styles are for the left and right arrows on each feature */
.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 30px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

* html .jdGallery a.right:hover, * html .jdGallery a.left:hover {
	filter:alpha(opacity=80);
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url(img/backpng.png) no-repeat center left;
}
* html .jdGallery a.left {
	background: url(img/back.gif) no-repeat center left;
}

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url(img/forwardpng.png) no-repeat center right;
}
* html .jdGallery a.right {
	background: url(img/forward.gif) no-repeat center right;
}
