#myGallery {
	width: 760px;
	height: 350px;
	z-index:5;
	border: 0;
	text-align: left;
	margin: 0 auto;
}

#myGallery img.thumbnail {
	display: none;
}

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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/css/slideshow/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('/css/slideshow/img/loading-bar-black.gif');
}

.jdGallery div.slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 65px;
	background: #424660;
	color: #fff;
	text-indent: 0;
	/* overflow: auto; */
	font-family: Georgia, times, serif;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 0;
}

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

.jdGallery .slideInfoZone h2
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: inherit;
	font-size: 1.5em;
	font-family: Georgia, times, serif;
	color: #fff;
}

.jdGallery .slideInfoZone p
{
	margin-top: 5px;
	color: #fff;
	padding-right: 30px;
}
.jdGallery .slideInfoZone p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.jdGallery .slideInfoZone p strong {
	font-weight: bold;
}
.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('') no-repeat center left;
}
/*
.jdGallery a.left:hover {
	background: url('/css/slideshow/img/chevrons_l.gif') no-repeat center left;
}*/

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('') no-repeat center right;
}
/*
.jdGallery a.right:hover {
	background: url('/css/slideshow/img/chevrons_r.gif') no-repeat center right;
}*/

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('') no-repeat center center; }

