a.avanco_fotos {
    position: relative;
    display: inline;
    padding: 0px 5px 0px 5px;
    text-align: center;
    background-color: #805B32;
    top: 297px;
    left:78px;
    width: auto;
    height: auto;
    border-style:groove;
    border-width:3px;
    border-color:#999;
    font-size:11pt;
    font-weight: bold;
}

a.avanco_fotos_atual {
    position: relative;
    display: inline;
    padding: 0px 5px 0px 5px;
    text-align: center;
    background-color: red;
    top: 297px;
    left:78px;
    width: auto;
    height: auto;
    border-style:groove;
    border-width:3px;
    border-color:#999;
    font-size:11pt;
    font-weight: bold;
}

.mensagem_fotos {
    position: absolute;
    color: #fff;
    text-decoration: blink;
    top: 150px;
    left: 262px;
}

.titulo_foto {
    position:absolute;
    top:304px;
    left:6px;
    text-align:center;
    padding:        2px 0px 2px 0px;
    border:         none;
    border-radius:          10px 10px 10px 10px;
    -moz-border-radius:     10px 10px 10px 10px;
    -webkit-border-radius:  10px 10px 10px 10px;
    background:     #eff9c7;
    font-style: italic;
    font-size:11pt;
    color: black;
    width:498px;
    filter:alpha(Opacity=80); 
    opacity:0.8;
}

.titulo_video {
    font-style: italic;
    font-size:12pt;
    color: orange;
}

.pagina_fotos {
    position: relative;
    color: #CDC9C9;
    font-size: 11pt;
    font-weight: normal;
    font-style: italic;
    top: 298px;
    left: 73px;
}


ul.fotos {
        text-indent: 0px;
	position:absolute;
	margin:0;
	list-style:none; 
        left: 8px;
        top: 8px;
	width:163px;
        height: auto;
	background:#999;
}

.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
        overflow: hidden;
	clear: both;
	}

ul.fotos li {
	width:75px;
	height:50px;
	float:left; 
	border:2px solid #444;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:510px;
	height:332px;
}
ul.fotos a {
	display: block;
        filter:alpha(Opacity=100); 
        opacity:1;
} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span {
	display: block;
        position: absolute;
	top:0px; 
	left: 170px;
        width:510px;
        height:332px;
	background:transparent;
	border:2px solid #666;
}


