#imagecontainer{
	position:relative;
	width:970px;
	height:400px;
	overflow:hidden;
	padding:0 !important;
}
.photolink{
	display:block;
	width:970px;
	height:400px;
}
.bottomtext{
	position:absolute;
	bottom:0;
	left:0;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color:#000;
	width:970px;
	padding:10px 20px;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12px;
}
.seta_esquerda{
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:360px;
	background:url(../images/setas.png) no-repeat left center;
	opacity:0;
	filter: alpha(opacity=0);
	cursor:pointer;
}
.seta_direita{
	position:absolute;
	right:0;
	top:0;
	width:100px;
	height:360px;
	background:transparent url(../images/setas.png) no-repeat right center;
	opacity:0;
	filter: alpha(opacity=0);
	cursor:pointer;
}
#thumbs_ul{
	margin:5px 0;
	width:100%;
	float:left;
}
#thumbs_ul li{	
	list-style:none;
	float:left;
}
.thumbs{
	opacity: 0.3;
	display:block;
	width:49px;
	height:47px;
	float:left;
	margin:0 4px 4px 0;
}
.linkativo{
	color:#009933 !important;
	margin-left:10px;
}