* {
	margin:0px;
	padding:0px;
}
#apre {
	float: left;
	width: 420px;
	height: 320px;
	display: table;
}
div.slideshow p {
	padding-top: 9px;
	width: auto;
}
div.slideshow strong {
	color: #9D0960;
	font-weight: normal;
}
div.slideshow ul {
	opacity: 0.5;
	overflow: hidden;
	padding: 4px 8px;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	position: absolute;
	display: none;
}
div.slideshow:hover ul {
	opacity: 1.0;
}
div.slideshow ul a {
	cursor: pointer;
	display: none;
	float: left;
	height: 14px;
	overflow: hidden;
	width: 12px;
	background-image: url(../images/apre/icones/a.gif);
	background-repeat: no-repeat;
}
div.slideshow ul a.prev {
	background-image: url(../images/apre/icones/prev.gif);
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url(../images/apre/icones/next.gif);
	width: 14px;
}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}
