
#myGallery, #myGallerySet {	
	margin: 20px auto;
	width: 640px;
	height: 480px;
	z-index: 5;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail {
	display: none;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img {
	/*background-color: #000;*/
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(../images/loading-bar-black.gif);*/
	background-image: url(../images/gallery-bg.jpg);
}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(../images/loading-bar-black.gif);*/
	background-image: url(../images/gallery-bg.jpg);
}

.jdGallery .slideInfoZone {
/* sets the gallery footer displaying the image title and description */
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 25px;
	padding: 5px 0px;
	background-color: #333;
	overflow: hidden;
}

.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn {
/* sets the container for the "Photos" link that activates the carousel */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 80%;
	background-color: #333;
	color: #EEE;
	text-decoration: none;
	cursor: pointer;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background-color: #333;
	color: #EEE;
	overflow: hidden;
}

.jdExtCarousel {
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	cursor: pointer;
	background-color: #000;
	background-position: center center;
	float: left;
	border: 1px solid #EEE;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail {
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: absolute;
	bottom: 8px;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #EEE;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
	color: #EEE;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background-color: #000;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index: 10;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url(../images/prev.gif) no-repeat center left;
}

* html .jdGallery a.left {
	background: url(../images/prev.gif) no-repeat center left;
	filter: alpha(opacity=30);
}

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url(../images/next.gif) no-repeat center right;
}

* html .jdGallery a.right {
	background: url(../images/next.gif) no-repeat center right;
	filter: alpha(opacity=30);
}

.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);
}

/* Gallery Sets */

.jdGallery a.gallerySelectorBtn {
/* sets the container for the "Other Galleries" link when viewing a gallery */
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px;
	font-size: 80%;
	background-color: #333;
	color: #EEE;
	text-decoration: none;
	cursor: pointer;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}
	
.jdGallery .gallerySelector {
/* sets the overall container for the two column gallery selectors */
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../images/gallery-bg.jpg) no-repeat; /* added to fix rendering problem */
}

.jdGallery .gallerySelector .gallerySelectorWrapper {
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
/* creates the visual "boxes" for each gallery selector */
	margin: 0px 0px 10px 10px;
	padding: 5px;
	height: 75px;
	color: #000;
	cursor: pointer;
	float: left;
	background-color: #EEE;
	border: 1px solid #000;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover {
	background-color: #DDD;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
/* displays the thumnail in the gallery selector */
	float: left;
	border: none;
	width: 100px;
	height: 75px;
}

/***** additional text styles for gallery *****/

.jdGallery .slideInfoZone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	margin: 3px 0px 0px 15px;
	text-align: center;
}

.jdGallery .slideInfoZone p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px 0px 0px 20px;
	font-size: 80%;
	text-align: center;
}

.jdGallery .gallerySelector h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px;
}

.jdGallery .gallerySelector h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin-top: 10px;
	text-align: center;
	border: none;
}

.jdGallery .gallerySelector p {
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	color: #000;
}

/*div .carousel .label p {
	color: #EEE;
}*/