/* Slide show */

#Slideshow1, #Slideshow2
{
	width: 250px;
	height: 250px;
	z-index:5;
}
.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}
.jdSlideshow img
{
	border: 0;
	margin: 0;
}
.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('image/loading-bar-black.gif');
}

