#myGallery, #myGallerySet, #flickrGallery
{
	width: 290px;
	height: 306px;
	z-index:5;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 290px;
	height: 325px;
}

.jdGallery .slideInfoZone
{
	width: 100%;
	margin: 0px;
	height: 90px;
	background: #333;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 14px;
	margin: 2px 5px;
	color: #F03;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	

	
}

.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;
 }


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}
