#myGallery, #myGallerySet, #flickrGallery
{
	width: 646px;
	height: 376px;
	z-index:5;
	font-weight: normal;
font-size: 9px;

}

.jdGallery a.open
{

width: 100%;
cursor:pointer;
	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); }

#flickrGallery
{
	width: 646px;
	height: 376px;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../imgs/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
		background-color: #FFFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../imgs/loading-bar-black.gif');
}


