	#mySlideshow,#mySlideshowB
	{
		width: 534px;
		height: 350px;
		z-index:5;
	}
	
	.jdSlideshow
	{
		display: none;
		position: relative;
		height:400px;
	}


	.jdSlideshow .slideElement
	{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
	}

	.jdSlideshow .loadingElement
	{
		width: 100%;
		height: 350px;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('../images/designElements/loading-bar-black.gif');
	}

	#slideInfoZone
	{
		position: absolute;
		z-index:250;
		width: 100%;
		margin: 0;
		padding-top:15px;
		left: 0;
		top:350px;
		
		height: 30px;
		background:#42413f;
		}


	.jdSlideshow a.right, .jdSlideshow a.left
		{
		position: absolute;
		display:inline;
		z-index:2005;
		cursor:pointer;
		}


	.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
	{
	
	}

	.jdSlideshow a.left
	{
	top:385px;
	left:15px;
	}


	.jdSlideshow a.right
	{
	top:365px;
	left:445px;
	}


