* {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slideshow {
	width: 860px;
	height: 260px;
	position: relative;
}

#slide_fotos p {
	position: absolute;
	right: 0;
	top: 214px;
	z-index: 3;
	padding: 10px 20px;
	background: url(../fireworks/over_white2.png);
}

#slide_fotos {
	height: 100%;
	overflow: hidden;
}

#pager {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}

#pager a {
	color: #333;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin: 2px;
	color: #FFF;
}

#pager a.activeSlide {
	color: #333;
	background: url(../fireworks/over_white.png);
}
