/* Sample 1*/
#box{
	position:absolute;
}
#box span{
	display:block;
	float:left;
}
.galeria{
	margin:4px 0 25px 0; 
	border: 1px #6ba300 solid;
	background-color: #f0f3de;
	padding: 5px;
}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.mask{
	position:relative;
	width:576px;
	height:216px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}