#myGallery, #myGallerySet, #flickrGallery
{
	border: 1px solid #0A1428;
}

.jdGallery .slideElement, .jdGallery .loadingElement
{
	background-color: #0A1428;
}

.jdGallery .slideInfoZone, jdGallery a.carouselBtn, .jdGallery .carousel
{
	background: #3B5C7F;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	background: #0A1428;
}

/* Play/Pause Control Sets */

.withArrows a#showControl 
{
	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.play#showControl:hover { background: url(img/play_sym.png) no-repeat center center; }

* html .withArrows a.play#showControl:hover { background: url(img/play_sym.gif) no-repeat center center;
	filter:alpha(opacity=80); }
	
	
.withArrows a.pause#showControl:hover { background: url(img/pause_sym.png) no-repeat center center; }

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


/* Gallery Sets */

.jdGallery a.gallerySelectorBtn, .jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #3B5C7F;
}

.jdGallery .gallerySelector, jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #0A1428;
}


/* Size Sets */
#myGallery {
	width: 100%;
	height: 540px;
	border: 1px solid #fff;
}
.jdGallery div.carouselContainer
{
	height: 180px;
}
.jdGallery .carousel {
	height: 160px;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	height: 123px;
}
