#mySlideshow
{
	width: 360px;
	height: 316px;
	z-index:5;
}

.jdSlideshow
{
	margin: 0;
	border: 0;
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
	vertical-align: top;
}

.jdSlideshow .slideElement
{
	margin: 0;
	width: 100%;
	height: 270px;
	margin: 0;
	padding: 0;
	background-color: #0069AF;
	background-repeat: no-repeat;
	vertical-align: top;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0px;
	height: 45px;
	background: #CCDBEA;
	text-indent: 0;
	margin: 0px;
	padding: 0px;
	color: #CDDBEB;
}

.jdSlideshow .slideInfoZone h2
{
	font-size: 10px;
	margin: 2px 5px;
	color: #001464;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Trebuchet MS", Arial;
}

.jdSlideshow .slideInfoZone p
{
	font-size: 10px;
	margin: 2px 5px;
	color: #333333;
	line-height: 11px;
	font-family: "Trebuchet MS", Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=70);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.jdSlideshow a.left
{
	left: 5;
	top: 245;
	background: url('/img/btn_foto_ant.gif') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('/img/btn_foto_ant.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 5;
	top: 245;
	background: url('/img/btn_foto_sig.gif') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('/img/btn_foto_sig.gif') no-repeat top right; }

