/*by Bruno Mangini Alves*/

.slider_conjunto_cert{
	width:130px;
	height:146px;
	cursor:default;
	text-align:left;
}
.caixa_titulo_cert{
	position:relative;
	float:left;
	width:130px;
	background-color:#4998b6;
	padding-top:3px;
	height:28px;
}
.slider_seta_esq_cert{
	position:relative;
	float:left;
	width:14px;
	padding-left:8px;
	height:22px;
	padding-top:4px;
}
.slider_titulo_cert{
	position:relative;
	float:left;
	width:87px;
	height:26px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
.slider_conteudo_cert{
	position:relative;
	float:left;
	width:103px;
	margin:0;
}
.slider_seta_dir_cert{
	position:relative;
	float:left;
	text-align:left;
	width:12px;
	height:22px;
	padding-left:2px;
	padding-top:4px;
}

.stepcarousel_cert{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 130px;
	height: 118px; /*Height should enough to fit largest content's height*/
}
.stepcarousel_cert .belt_cert{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel_cert .panel_cert{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 12px; /*margin around each panel*/
	width: 130px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align:center;
}
#galleryB_cert{
	width: 130px;
	height: 118px;
}
#galleryB_cert .panel_cert{
	height: 118px;
	width:130px;
	color: #333333;
}
