@charset "UTF-8";
/* CSS Document */

#myGallery, #myGallerySet, #flickrGallery
{
	width: 532px;
	height: 150px;
	z-index:1;
}

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #1684b5;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

