#myGallery
{
	width: 420px;
	height: 410px;
	z-index:5;
	text-align: left;
	margin: 15px 15px 0px 15px;
	float: left;
	padding: 10px 0px 0px 0px;
	background-image: url(img/load.png);
}



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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 400px;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
	margin: 0px 0px 10px 0px;
}

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