@charset "utf-8";
/* CSS Document */

#slideshow {
	width: 600px;
	height:370px;
	clear: both;
}
#slideshow img {
	border: 1px solid #000000;
}
#ss_controls {
	/*margin-bottom: 50px;*/
	margin-top: -115px;
	z-index:-1;
}
#ss_img_div {
	margin-bottom: 10px;
}
#ss_stop {
	background: url(pause.gif) no-repeat;
	width: 34px;
	height: 21px;
	display:block;
	float: right;
	margin-right: 4px;
}
#ss_start {
	background: url(start.gif no-repeat);
	width: 34px;
	height: 21px;
	display:block;
	background: url(start.gif);
	/*float: left;*/
	float: right;
	}
#ss_next {
	background: url(next.gif) no-repeat;
	width: 24px;
	height: 21px;
	display:block;
	float:right;
	margin-right: 5px;
}
#ss_prev {
	background: url(prev.gif) no-repeat;
	width: 24px;
	height: 21px;
	display:block;
	float:right;
	margin-right: 4px;
}
#ss_prev span, #ss_next span, #ss_start span, #ss_stop span  {
	display:none;
}
#ss_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color: #707070;
	margin-bottom: 10px;

}

#ss_title{
    color:#017DC5 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px !important;
	font-weight:110;
	text-transform:uppercase;
	text-align: justify;
	
/*	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
	color:#006CD9;
	
	
	margin-top: 5px;*/
    }

#ss_volanta{
    color:#999999 !important;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter !important;
    font-size:12px !important;
	
    }
    
#ss_noticia{
	/*margin-bottom: 30px;*/
    height: 350px;
	max-height: 450px !important;
    }
#ss_noticia a{
    text-decoration:none;
    }
