#myGallery, #myGallerySet, #flickrGallery
{
	width: 335px;
	height: 290px;
	z-index:5;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
}

.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;
	background: #000;
	color: #fff;
	text-indent: 0;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 /*class for image title*/
{
	padding: 0;
	font-size: 17px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #CF0104;
}

.jdGallery .slideInfoZone p /*class for image description*/
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #eee;
}
.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 99%;
	width: 75%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

.withArrows a.open:hover { }

* html .withArrows a.open:hover { }
	

