.stepcarousel{
	position: relative;
	overflow: hidden; /*leave this value alone*/
	width: 765px; /*Width of Carousel Viewer itself*/
	height: 130px;
	background-image: url(../imggeral/fcarrocelrodape.jpg);
	background-repeat: no-repeat;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 141px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 96px;
	margin-top: 5px;
	margin-right: 12px;
	padding: 0px;
	margin-bottom: 5px;
}
#titulocarrocel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c40000;
	margin: 0px;
}
#textocarrocel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#textocarrocel a {
	color: #666666;
	text-decoration: none;
}
#textocarrocel a:hover {
	color: #666666;
	text-decoration: underline;
}
#topocarrocel {
	background-image: url(../imggeral/topocarrocel.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 910px;
}

