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

div.pics{
	height: 80px; /*altura das imagens*/
    width: 320px; /*largura das imagens*/
	overflow: hidden; /*limitando a div*/
}
div.pics img {
    height: 80px; /*altura das imagens*/
    width: 320px; /*largura das imagens*/
}




#slideshow {
	position: relative;
	width:   1000px;
	height:  250px;
}

.fotos {
    width: 1000px;  
    height: 250px;  
    padding: 0;
    margin: 0;
	overflow: hidden;
}