#mySlideshow
{
	width: 177px;
	height: 119px;
	z-index:0;
	margin-right:5px;

}

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

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

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

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

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;/* Altura da barra com texto */
	color: #FFF;
	text-indent: 0;
	background:transparent url(../imagens/alpha.gif) center repeat;
	/* Causa problemas na validação do CSS */
	filter:alpha(opacity=0);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.jdSlideshow .slideInfoZone h2 /* Dados do título */
{
	padding: 0;
	font-size: 0px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
/*	color: #eee; */
}

.jdSlideshow .slideInfoZone p /* Dados do texto */
{
	padding: 0;
	font-size: 11px;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 20px;
	text-decoration: none;
	color: inherit;
	cursor:help;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	background:transparent url(../imagens/alpha.gif) center repeat;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	background:transparent url(../imagens/alpha.gif) center repeat;
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	background:transparent url(../imagens/alpha.gif) center repeat;
}