* {

	margin-top: 0px;
	padding: 0;

}

body {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

#slideshow {

	
	width: 780px;
	height: 290px;
	position: relative;
	

}

#slide_fotos p {
	position: absolute;
	right: 0;
	top: 250px;
	z-index: 3;
	padding: 10px 20px;
	background: url('imagens/over_white.png');
}

#slide_fotos {

	height: 100%;

	overflow: hidden;

}

#pager {

	position: absolute;

	z-index: 10;

	top: 20px;

	right: 30px;

}

#pager a {

	color: #000;

	width: 17px;

	height: 17px;

	line-height: 15px;

	text-align: center;

	display: inline-block;

	font-size: 10px;

	margin: 2px;

	color: #fff;

}

#pager a.activeSlide {

	color: #000;
	background: url('images/over_white.png');

}

</style>
