.myGallery, #myGallerySet, #flickrGallery
{
	z-index: 5;
}
#flickrGallery
{
	width: 500px;
	height: 334px;
}
.myGallery IMG.thumbnail, #myGallerySet IMG.thumbnail
{
	display: none;
}
.jdGallery
{
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0;
}
.jdGallery IMG
{
	border: 0;
	margin: 0;
}
.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(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(img/loading-bar-black.gif);
}
.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 210px !important;
	background: #000;
	color: #FFF;
	text-indent: 0;
	overflow: hidden;
	padding-top: 10px;
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	-khtml-opacity: 1.0 !important;
}
* HTML .jdGallery .slideInfoZone
{
	bottom: -1px;
}
.jdGallery .slideInfoZone H2
{
	padding: 0;
	font-size: 1em;
	margin: 0;
	margin: 6px 8px 8px;
	font-weight: bold;
	color: #EC9548;
	letter-spacing: normal;
	line-height: 1.2em;
}
.jdGallery .slideInfoZone P
{
	padding: 0;
	font-size: 0.8em;
	margin: 2px 8px;
	color: #EEE;
}
.jdGallery DIV.carouselContainer
{
	position: absolute;
	height: 140px;
	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 20px 0 10px;
	font-size: 13px;
	background: #333;
	color: #FFF;
	cursor: pointer;
}
.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 107px;
	background: #333;
	color: #FFF;
	text-indent: 0;
	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: #000;
	background-position: center center;
	float: left;
	border: 1px solid #FFF;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 0.78em;
	position: absolute;
	bottom: 6px;
	left: 5px;
	padding: 0;
	margin: 0;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #B5B5B5;
}
.jdGallery A
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery A.right, .jdGallery A.left
{
	position: absolute;
	cursor: pointer;
	z-index: 10;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
* HTML .jdGallery A.right, * HTML .jdGallery A.left
{
	filter: alpha(opacity=50);
}
.jdGallery A.right:hover, .jdGallery A.left:hover
{
	filter: alpha(opacity=90);
	-moz-opacity: 9.0;
	-khtml-opacity: 9.0;
	opacity: 9.0;
}
.jdGallery A.left
{
	left: 0;
	top: 0;
	background: #000000 url(http://www.whatsthebigidea.com/arrow_left.png) no-repeat center left;
	height: 20px;
	width: 50%;
}
* HTML .jdGallery A.left
{
	background: url(img/fleche1.gif) no-repeat center left;
}
.jdGallery A.right
{
	right: 0;
	top: 0;
	background: #000000 url(http://www.whatsthebigidea.com/arrow_right.png) no-repeat center right;
	height: 20px;
	width: 50%;
}
* HTML .jdGallery A.right
{
	background: url(img/fleche2.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(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
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 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;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
}
.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
.jdGallery .gallerySelector H2
{
	margin: 0;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
}
.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #FFF;
	cursor: pointer;
	float: left;
}
.jdGallery .gallerySelector .gallerySelectorInner DIV.hover
{
	background: #333;
}
.jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton DIV.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton H3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.jdGallery .gallerySelector .gallerySelectorInner DIV.galleryButton P.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #AAA;
}
