/* ------------------------------------------------- */
/* SLIDE SHOW NOTÍCIAS----------------------------- */
/* ------------------------------------------------*/

.fontTituloSlideShow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#F90;
	}
.fontSubTituloSlideShow {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	}

#dstacs_0
{
width: 400px !important;
height: 250px !important;
z-index:5;
display: none;
border: 0px;
}

div#dstacs_0.jdGallery .slideInfoZone
{
	padding:4px;
	position: absolute;
	z-index: 10;
	width: 400px;
	margin: 0px;
	left: 0px;
	bottom: 0;
	height: 50px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

div#dstacs_0.jdGallery .slideInfoZone div a
{
	padding: 0;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold !important;
	color:#fff !important;
	text-decoration:none;
}

.imageElement
{
	font-weight: normal !important;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
	font-weight: normal !important;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-weight: normal !important;
}

.jdGallery .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(loading-bar-black.gif);
}

.jdGallery .slideInfoZone div
{
    padding-top:3px;
	font-weight: bold !important;
}

.jdGallery .slideInfoZone a:active,
.jdGallery .slideInfoZone a:hover
{
	text-decoration: underline;
	font-weight: normal !important;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 11px;
	margin: 5px 5px;
	color: #eee;
	font-weight: normal !important;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	font-weight: normal !important;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 19px;
	width: 19px;
	cursor: pointer;
	z-index:100000;
	filter:alpha(opacity=100);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font-weight: normal !important;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=60);
	font-weight: normal !important;
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=90);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.jdGallery a.left
{
	left: 10px;
	top: 10px;
	background: transparent url('seta_slideshow-left.png') no-repeat;
}

.jdGallery a.open
{
    z-index: 15;
    position: absolute;
    left: 10;
	top: 0;
	width: 100%;
	height: 100%;
}

* html .jdGallery a.left { background: transparent url('seta_slideshow-left.png') no-repeat; }

.jdGallery a.right
{
	left: 32px;
	top: 10px;
	background: url('seta_slideshow-rigth.png') no-repeat;
}

* html .jdGallery a.right { background: url('seta_slideshow-rigth.png') no-repeat; }

