#myGallery, #myGallerySet, #flickrGallery
{
	width: 525px !important;
	height: 250px !important;
	z-index:5;
	border:0;
}

#flickrGallery
{
	width: 525px;
	height: 250px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.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');
	cursor:pointer;
}

.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: 5px 0px;
	left: 0;
	bottom: 0;
	height: 55px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	text-align:left !important;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
    font-family:Tahoma,Helvetica,Sans-serif;
	font-size: 18px;
	margin: 0;
	margin: 5px 8px;
	font-weight: bold;
    color: #f02e01;
	cursor:pointer;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
    font-family:Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 12px;
	margin: 5px 8px;
    font-weight: bold;
	color: #eee;
	cursor:pointer;

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

.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;
	filter:alpha(opacity=80); }