
/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:350px;
	float:left;
}
#box8 .buttons{
	text-align:left;
}
#box8 .prev{
	float:left;
}
#box8 .next{
	float:right;
}
.sample8 .buttons{
	text-align:left ;
	clear:both;
}
.sample8 .mask1{
	border:0;
}

/* ********************************** */

.mask1{
	position:relative;
	width:350px;
	height:55px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
}

.buttons{
	padding:0px;
}
.buttons span{
	color:#fff;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
}
.buttons span.active, .buttons span:hover{
  background: url('../images/plantilla/fondo_semi.png') repeat;
	color:#fff
	}
