#mySlideshow{
	width: 140px;
	height: 80px;
	z-index:7;
}
.jdSlideshow{
	display: none;
	overflow:hidden;
	position: relative;
		border-top: 2px solid /*#0073b7*/#048bd0;
		border-bottom: 2px solid #048bd0;
		border-left: 2px solid #048bd0;
		border-right: 2px solid #048bd0;
}
.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-image: #3d3326 url('img/loading-bar-black.gif') no-repeat;
}
.java{
/*	position: absolute;
	margin: 4px 0px 0px 467px;*/
}
