#container #mainBody #mySlideshow
{
	float: left;
	z-index: 110;
	margin-top: 80px;
	width: 421px;
	height: 211px;
	margin-left: 20px;
	text-align: center;
	border: solid #333333 1px;
}

#container #mainBody #mbLeft #mySlideshow2
{
	position: relative;
	z-index: 110;
	margin-top: 65px;
	margin-bottom: 30px;
	width: 460px;
	height: 259px;
	margin-left: 20px;
	text-align: center;
	border: solid #364D59 1px;
	background-color: #000;
}

#container #mainBody #mbRight #mySlideshow2
{
	position: relative;
	z-index: 110;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 240px;
	height: 480px;
	margin-left: 25px;
	text-align: center;
	border: solid #364D59 1px;
	background-color: #000;
	cursor: pointer;
}

.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('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	display: none;
	text-align: left;
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #999999;
	font-size: 12px;
}

.font10 {
	font-size: 10px;
}

