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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/core/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('../images/core/loading-bar-black.gif') }

.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 22px;
        line-height: 26px;
	margin: 0;
	margin: 5px 13px;
	font-weight: normal;
	color: #F69914 }

.jdGallery .slideInfoZone div {
	padding: 0;
	font-size: 1em;
	margin: 5px 13px;
	color: #cccc }

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #000;
	color: #ccc;
	cursor: pointer }

.jdGallery a.right:hover, .jdGallery a.left:hover { -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8 }
.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2 }

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

/* Gallery Sets */
.jdGallery a.gallerySelectorBtn {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 0px;
	height: 20px;
	/*width: 100px; background: url('../images/core/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #000;
	color: #ccc;
	cursor: pointer;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: 0.5 }

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

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 0px;
	height: 80px;
	cursor: pointer;
    text-align: left;
	background-color: #000;
	float: left}

.jdGallery .gallerySelector .gallerySelectorInner div.hover { background: #666666 }

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #ccc }

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.info {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999999 }

/* Lightbox styling */
.lbLoading { background: #000 url(../images/core/loading-bar-black.gif) no-repeat center; }

/*Various CSS*/
.read_more { font-size: 12px; font-weight: normal; color: #ccc }
