@import url("jquery.jcarousel.css");
 
#foto_titulo h3{
	font-size:16px;
	color:#ED1B53;
}

#box_foto_ativa {
	height: 940px;
}

#rotativo {
	background: #f2f2f2;
	display: block;
	width: 930px;
	height: 54px;
	overflow: hidden;
	padding: 5px;
}

#rotativo a.controls {
	margin-top: 16px;
}

#rotativo a.control1 {
	float: left;
}

#rotativo a.control2 {
	float: right;
}

ul#carrossel{
	height: 54px;
	margin: 0;
}

.jcarousel-container-horizontal {
	margin-left: 20px;
	margin-right: 20px;
	width: 880px;
	overflow: hidden;
}

* html .jcarousel-container-horizontal {
	width: 870px;
	overflow:inherit;
}

ul#carrossel li
{
	display: inline;
	margin: 0;
	width: 62px;
}

ul#carrossel li a img
{
	width: 50px;
	height: 50px;
	border: solid #e8e8e8 2px;
}

ul#carrossel li a:hover img, ul#carrossel li a.ativo img
{
	border:2px solid #F33765;
}

#box_foto_ativa a
{
	text-indent: -9999em;
	overflow: hidden;
}

#box_foto_ativa a.ant
{
	position: absolute;
	background:transparent url(/_img/bt_anterior.png) no-repeat center -150px; 
	cursor:default; 
	top:166px; 
	left: 0;
	width:472px; 
	height: 500px;
	display:block;
}

#box_foto_ativa a.ant:hover
{
	background-position:center left;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.6;
}

#box_foto_ativa a.pro
{
	position: absolute;
	background:url(/_img/bt_proxima.png) no-repeat center -150px; 
	cursor:default; 
	top:166px; 
	right: 0;
	width: 472px; 
	height: 500px;
	display:block;
}

#box_foto_ativa a.pro:hover
{
	background-position:center right;
	cursor:pointer; 
	filter:alpha(opacity=60); 
	opacity:0.6; 
	-moz-opacity: 0.6;
}
