.foto_inicial{
	width: 212px;
	height: 150px;
}

div.slideshow {
	margin: 10px 0px !important;
	margin: 10px auto;
/*	border: solid 1px #9BABB0;*/
/*	width: 212px;
	height: 150px;*/
}

div.slideshow ul {
	/*background: #EAF1FA;*/
/*	bottom: 7px !important;
	bottom: 0px;*/
/*	position: relative;*/
	overflow: hidden;
	width: 200px;
	height: 80px;
	margin-left:200px !important;
	margin-left:250px;
	margin-top:-100px;
}

div.slideshow ul a {
	cursor: pointer;
	display: block;
	width: 45px;
	height: 40px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

div.slideshow ul li {
	float: left;
	list-style: none;
}
