
#myGallery, #myGallerySet, #flickrGallery
{ width: 722px; height: 413px; z-index:5 }

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #151515;
	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: #151515;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/core/loading-bar-black.gif') }

.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 2em;
	margin: 0;
	margin: 5px 13px;
	font-weight: bold;
	color: #FFCC00 }

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 1em;
	margin: 5px 13px;
	color: #FFFFFF }

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #000;
	color: #74e800;
	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 }

/* Lightbox styling */
.lbLoading { background: #151515 url(../images/core/loading-bar-black.gif) no-repeat center; }

/*Various CSS*/
.read_more { font-size: 12px; font-weight: normal; color: #74e800 }
