#myGallery, #myGallerySet, #flickrGallery
{
	width: 448px !important;
	height: 310px !important;
	z-index:5;
	border: 1px solid #999;
}

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

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

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.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('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	color: #999;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: inherit;
	margin-top: 4px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left:30px;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 11px;
	color: #666666;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 30px;
}

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

.jdGallery a.carouselBtn
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 16px;
	z-index:15;
	right: 22px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: right;
	padding: 0 10px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

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

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

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

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

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


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


/* numbers on carousel */

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #999999;
}

/* end numbers on carousel */

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

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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 100%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

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

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	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; filter:alpha(opacity=50); }

.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; filter:alpha(opacity=50); }

.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.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.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 */

/* Albums + button */
.jdGallery a.gallerySelectorBtn
{
	font-family: Arial, Helvetica, sans-serif;
	z-index: 15;
	position: absolute;
	right: 22px;
	bottom: 6px;

	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: right;
	padding: 0 10px;
	font-size: 11px;
		color: #666;
	cursor: pointer;
}
/* emc albums + buttons */

.jdGallery .gallerySelector
{
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
	width: 100%;
	height: 100%;
	padding-top: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
}

* html jdGallery .gallerySelector {
	height: 0px;
}

.jdGallery .gallerySelector h2
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;

}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 0px;
	/*height:127px; -AAP 2/6*/
	color: #999;
	cursor: pointer;
	float: left;
}

* html .jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
	margin-left: 5px;
	left: 0px;
	top: 0px;
	margin-right:4px;
	height: 40px;
}

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


/* thumbnail images on album page */
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	font-family: Arial, Helvetica, sans-serif;
	background-position: -10px -8px;
	float: left;
	border: none;
	width: 207px;
	height: 117px;
	margin-right: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #ffffff;
}
/* end */


.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	font-size: 13px;
	font-weight: bold;
	background: #e7e7e7;
	color: #999999;
	margin:0;
	text-align: left;
	clear:both;
	/*height:20px; -AAP 2/6 */
	padding: 2px 0 2px 5px;
}



.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	height: 0px;
	margin-top: 0px;
	padding: 0;
	font-size: 0px;

	font-weight: normal;
}




* html .jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
	height: 0px;
}
