body{
	background-repeat: no-repeat;
}

#dhtmlgoodies_slideshow{
	width:448px;	/* Total width of slideshow */
	float:left;
}

#previewPane{
	width:448px;
	height:322px;
	position:relative;
	padding:0px;
	float:left;
}

#previewPane img{
	width:448px;
	height:322px;
	float:left;
}

#largeImageCaption{	/* CSS styling of image caption below large image */
	width:435px;
	height:23px;
	padding-top:10px;
	padding-right:13px;
	text-align:right;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	background-color:#000000;
	font-size:12px;
	color:#FFF;
	float:left;
}

.preview_corrigido{
    padding-right:13px;
    float:left;
}

.div_imagem{
	width:79px;
	height:75px;
	padding:0px;
	float:left;
}

.fundo_legenda{
	width:448px;
	height:33px;
	background-color:#000;
	float:left;
}

#galleryContainer{
	width:484px;
	height:91px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding-top:16px;
	float:left;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	float:left;
	padding-right:5px;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	float:right;
	padding-left:5px;
}

#theImages{
	position:absolute;
	width:10000px;
	float:left;
}

#theImages a{
	padding:0;
	margin:0;
	border:0;
	float:left;
}

#theImages #slideEnd {
	float:left;
}

#theImages img {
	float:left;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
	border:0px;
	width:79px;
	height:75px;
}

.theImagesContainer {
	padding-right:11px;
	float:left;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
	float:left;
}

#theImages .imageCaption{
	display:none;
	float:left;
}

.em_breve{
padding-top:69px;
float:left;
}