* {
	list-style: none;
	margin: 0;
	/*padding: 0;*/
}

/*body {
	font: 14px;
	color: #333;
}*/

/*a { text-decoration: none; }
a:hover { text-decoration: underline; }*/

#slideshow {
	width: 250px;
	height: 230px;
	position: relative;
}

#slide_fotos p {
	position: absolute;
	right: 0;
	top: 140px;
	z-index: 3;
	padding: 10px 20px;
	background: url(../fireworks/imagens/over_white2.png);
}

#slide_fotos {
	height: 100%;
	overflow: hidden;
}

#pager {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}

#pager a {
	color: #F60;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin: 2px;
}

#pager a.activeSlide {
	color: #F60;
	background: url(../fireworks/imagens/over_white.png);
}
