#mySlideshow
{
	width: 482px;
	height: 120px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url('../imagens/load.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 20px;
	
	color: #fff;
	text-indent: 0;
	background-image: url(../fundo_slide.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../fundo_slide.png, sizingMethod='scale');

}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 12pt;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 10pt;
	margin: 2px 5px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;

}
