/* Jon Design Slide Show Gallery */

#photo_bar_gallery {
	position:relative; top: 0; left: 0;
	background-color:#222;
	border-top: 1px solid #fff;
	height: 25em;
	width: 52em;
	z-index: 0;
	}
	
#myGallery, #myGallerySet, #flickrGallery {	
	width: 580px;
	height: 400px;
	margin-left: 15em;
	z-index:500;
	border: 1px solid #000;
	}
.jdGallery a {	
	outline:0;
	}

#flickrGallery {	
	height: 334px;
	width: 500px;
	}

#myGallery img.thumbnail, #myGallerySet img.thumbnail {	
	display: none;
	}

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

.jdGallery img {	
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {	
	background-color: #000;
	background-image: url('img/loading-bar-black.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	}

.jdGallery .loadingElement {	
	position: absolute; top: 0; left: 0;
	background-color: #000;
	background-image: url('img/loading-bar-black.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	}

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

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

.jdGallery .slideInfoZone h2,
.jdGallery .slideInfoZone h3,
.jdGallery .slideInfoZone p {	
	color: #eee;
	font-size: .8em;
	line-height: 1.1em;
	margin: .2em 2em;	
	padding: 0;
	}

.jdGallery div.carouselContainer {	
	position: absolute; top: 0; left: 0;
	height: 135px;
	margin: 0px;
	width: 100%;
	z-index: 10;
	}

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

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

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

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {	
	position: absolute; top: 10px; left: 0;
	height: 78px;
	overflow: hidden;
	width: 100%;
	}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {	
	position: relative;
	}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {	
	background-position: center center;
	background: #000;
	border: solid 1px #fff;
	cursor: pointer;
	float: left;
	}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail {	
	margin-bottom: 10px;
	}

.jdGallery .carousel .label, .jdExtCarousel .label {	
	position: absolute; bottom: 5px; left: 10px;
	font-size: .7em;
	margin: 0;
	padding: 0;
	}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {	
	position: absolute; bottom: 5px; right: 10px;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
	font-size: 10px;
	margin: 0;
	padding: 1px 2px;
	}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number {	
	color: #b5b5b5;
	}

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

.jdGallery a.right, .jdGallery a.left {	
	position: absolute; 
	cursor: pointer;
	height: 99%;
	width: 25%;
	z-index:10;
	/* Opacity */
	-khtml-opacity: 0.2;
	-moz-opacity: .2;
	filter:alpha(opacity=20);
	opacity: .2;
	}

* html .jdGallery a.right, * html .jdGallery a.left {	
	filter:alpha(opacity=50);
	}

.jdGallery a.right:hover, .jdGallery a.left:hover {	
	/* Opacity */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

.jdGallery a.left {	
	background: url('img/fleche1.png') no-repeat center left;
	left: 0;
	top: 0;
	}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }	

.jdGallery a.right {	
	background: url('img/fleche2.png') no-repeat center right;
	right: 0;
	top: 0;
	}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }	

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

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

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

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;	
	filter:alpha(opacity=80); }


/* Gallery Sets */	

.jdGallery a.gallerySelectorBtn {	
	position: absolute; top: 0; left: 30px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	background: #333;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	height: 20px;
	padding: 0 10px;
	text-align: center;
	z-index: 15;
	/* Opacity */
	-khtml-opacity: 0.4;
	-moz-opacity: .4;
	filter:alpha(opacity=40);
	opacity: .4;
	}

.jdGallery .gallerySelector {	
	position: absolute; top: 0; left: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 20;
	}

.jdGallery .gallerySelector h2 {	
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px 10px 20px;
	}

.jdGallery .gallerySelector .gallerySelectorWrapper {	
	overflow: hidden;
}	

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {	
	border: 1px solid #888;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	}

.jdGallery .gallerySelector .gallerySelectorInner div.hover {	
	background: #333;
	}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {	
	background-position: center center;
	background: #000;
	border: none;
	float: left;
	height: 40px;
	margin-right: 5px;
	width: 40px;
	}


