@charset "iso-8859-1";
/* CSS Document */

#galeria_home
{
	width:285px;
	height:258px;
	position:absolute;
	background-image: url(../images/layout/galeria_fundo.gif);
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 270px;
	height: 200px; /*Height should enough to fit largest content's height*/
	left: 590px;
	top: 495px;
}
 
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -2px;
	top: 4px;
}
 
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 266px;
height:216px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.legenda
{
	width:266px;
	height:30px;
	position:absolute;
	text-align:center;
	font-size:small;
	color:#000;
	top: 191px;
	z-index:100;
	visibility: visible;
	line-height:30px;
	
}
 
