#content #myGallery, #content #myGallerySet, #content #flickrGallery
{
	width: 460px;
	height: 345px;
	z-index: 5;
	border: 1px solid #000000;
}

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

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

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

#content .jdGallery IMG
{
	border: 0px;
	margin: 0px;
}

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

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

#content .jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	height: 40px;
	background: #333333;
	color: #FFFFFF;
	text-indent: 0;
	overflow: hidden;
}

* HTML #content .jdGallery .slideInfoZone
{
	bottom: -1px;
}

#content .jdGallery .slideInfoZone H6
{
	padding: 0px;
	font-size: 10pt;
	margin: 0px;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

#content .jdGallery .slideInfoZone P
{
	padding: 0px;
	font-size: 10pt;
	margin: 2px 5px;
	color: #EEEEEE;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

* HTML #content .jdGallery A.right, * HTML #content .jdGallery A.left
{
	filter: alpha(opacity=50);
}

#content .jdGallery A.right:hover, #content .jdGallery A.left:hover
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

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

* HTML #content .jdGallery A.left
{
	background: url('img/fleche1.gif') no-repeat center left;
}

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

* HTML #content .jdGallery A.right
{
	background: url('img/fleche2.gif') no-repeat center right;
}

#content .jdGallery A.open
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

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

* HTML #content .withArrows A.open:hover
{
	background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80);
}
	
	
/* Gallery Sets */

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

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

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

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

#content .jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888888;
	padding: 5px;
	height: 40px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}

#content .jdGallery .gallerySelector .gallerySelectorInner DIV.hover
{
	background: #333333;
}

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

#content .jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton H3
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

#content .jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton P.info
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
}

