.galborder{
border: 1px solid #cccccc;
padding: 1px;
	width: 662px;
	height: 221px;
	margin-left:5px;
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 660px;
	height: 220px;
	z-index:5;

}

#flickrGallery
{
	width: 500px;
	height: 220px;
}

#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: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 200px;
	margin-left: 400px;
	left: 0;
	bottom: 0;
	height: 220px;
	background: black;
	color: white;
	text-indent: 0;
	overflow: hidden;
	text-align:left;
}


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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	margin: 10px 5px;
	font-size: 16px;
	font-weight: bold;
		color: #b30000;
}

.jdGallery .slideInfoZone h2 a
{
	color: #b30000;
}

.jdGallery .slideInfoZone p
{
	padding-top: 10px;
	margin: 10px 5px;
	font-size: 12px;
	border-top: 1px dotted yellow;
	color: white;
}


.jdGallery .slideInfoZone p a
{
		color: white;
}

