teste
tabua
/*--Container geral--*/
.main_view {
float: left;
position: relative;
}
/*--Estilos do containert das imagens--*/
.window {
height:289px; /*-- as imagens devem ter a mesma altura ou mais-- */
width: 800px; /*-- as imagens devem ter a mesma largura ou mais-- */
border:1px solid #610000;
overflow: hidden;
position: relative;
}.image_reel {
position: absolute;
top: 0; left: 0;
}
.image_reel img {
float: left;
}
/*--Estilos do container da numeração--*/
.paging {
position: absolute;
bottom: 40px;
right: -1px;
width: 220px;
height:41px;
z-index: 100;
text-align: center;
line-height: 40px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLJ_IBWgBA-574pHgnZhhdEizPCxJx4BTgOYxBFPdgP9kDtrMQrUJ20qnWV7LW91MsE4lKoSDXCTBPuuKefe4UaeSRw3pT0Zmt2qE6hB_Fd-8DLLCANKS-Qm4U3lwQQre7YBIIK7tBz6Uk/s0/transparencia.png);
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
-webkit-border-radius-topleft: 15px;
border:1px solid #000;
display: none;
}
/*--Estilos do link da numeração--*/
.paging a {
outline:none;
padding: 5px 10px;
text-decoration: none;
color: #999;
background: #000;border: 1px solid #000;
-moz-border-radius: 17px;
-khtml-border-radius: 17px;
-webkit-border-radius: 17px;
}
/*--Estilos do link ativo da numeração--*/
.paging a.active {
font-weight: bold;
border: 1px solid #000;
color: #fff;
background: #920000;
-moz-border-radius: 17px;
-khtml-border-radius: 17px;
-webkit-border-radius: 17px;
}
/*--Estilos do link hover da numeração--*/
.paging a:hover {
font-weight: bold;
}