#mySlideshow
{
	/*width: 320px;
	height: 240px;*/
	width: 445px;
	height: 318px;
	
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	
	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;
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 73px;
	color: #fff;
	text-indent: 0;
	background-color: #141414;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 1.8em;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-bottom: -4px;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;

}

.jdSlideshow a
{
	
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	
	height: 100%;
	width: 40%;
	cursor: pointer;
	
	
}

