#bottomImages, #myGallerySet, #flickrGallery
{
/* change these 2 dimensions to match images */
	width: 191px;
	height: 129px;
	z-index:5;
}

#bottomImages img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

#bottomImages img.thumbnail, #myGallerySet img.thumbnail, a
{
	cursor: hand;
}


#bottomImages2, #myGallerySet, #flickrGallery
{
/* change these 2 dimensions to match images */
	width: 191px;
	height: 129px;
	z-index:5;
}

#bottomImages2 img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

#bottomImages2 img.thumbnail, #myGallerySet img.thumbnail, a
{
	cursor: hand;
}

.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-white.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-white.gif');
}

