.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
top:0px;
overflow: hidden; /*leave this value alone*/
width: 509px; /*Width of Carousel Viewer itself*/
height: 60px; /*Height should enough to fit largest content's height*/
z-index:5;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
z-index:5;
}
.caja_slide_noti{
font:Arial;
font-size:10px;
color:#FFF;
margin-left:3px;
margin-top:0px;
}
.link_slide_noti{
font:Arial;
font-size:11px;
color:#CCCCCC;
margin-left:3px;
margin-top:0px;
text-decoration:none;
}
a.link_slide_noti{
font:Arial;
font-size:11px;
color:#CCCCCC;
margin-left:3px;
margin-top:0px;
text-decoration:none;
}
a.link_slide_noti:hover{
font:Arial;
font-size:11px;
color:#CCCCCC;
margin-left:3px;
margin-top:0px;
text-decoration:none;
}


.caja{
	filter:alpha(opacity=50);opacity:.50;-moz-opacity:.50;
	position: absolute; /*leave this value alone*/
	left: 225px;
	top: 230px;
	width: 123px;
	z-index:10;
}
.caja:hover{
	filter:alpha(opacity=70);opacity:.70;-moz-opacity:.70;
	position: absolute; /*leave this value alone*/
	left: 225px;
	top: 230px;
	width: 123px;
	z-index:10;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 509px; /*Width of Carousel Viewer itself*/
height: 60px; /*Height should enough to fit largest content's height*/
z-index:5;
}

a.boton_slide{

background-color:#333333;
border: #FFFFFF solid 1px;
font-family: Trebuchet MS;
font-size:14px;
text-decoration:none;
color:#FFFFFF;
width:15px;

}
a.boton_slide:hover{
background-color:#FFFFFF;
border: #333333 solid 1px;
font-family: Trebuchet MS;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#333333;
width:15px;

}

