.mySlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.mySlideshow img
{
	border: 0;
	margin: 0;
}

.mySlideshow .slideElement
{
	width: 842px;
	height: 248px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.mySlideshow .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-black.gif');*/
}

