	#myGallery, #myGallerySet, #flickrGallery
{
	width: 895px;
	height: 345px;
	z-index:5;
}

#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: #BDC1CC;
	_background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images09/loading-bar-black.gif');
}



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


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

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.jdGallery a.left
{
	left: 0;
	cursor: pointer;
	top: 0;
	background: url('/new/LeftArrow.gif') no-repeat center left;
}

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

.jdGallery a.right
{
	right: 0;
	cursor: pointer;
	top: 0;
	background: url('/new/RightArrow.gif') no-repeat center right; 
}

* html .jdGallery a.right { background: url('/new/RightArrow.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: 100%;
	width: 55px;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.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=100); }
	
	
/* 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: .0;
	-moz-opacity: .0;
	-khtml-opacity: 0.0;
	filter:alpha(opacity=0);
}

.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 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;
}