#gallery {
position: relative;
width: 450px;
}

#galeria{
	position:absolute;
}

#galeria span{
	display:block;
	float:left;
}

#galeriaThumbs{
	position:relative;
	width:450px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#galeriaThumbs .thumbs, #galeriaThumbsHandles, #galeriaThumbsMask{
	position:absolute;
	top:0;
	width:450px;
	height:41px;
}
#galeriaThumbs .thumbs div, #galeriaThumbsHandles span{
	display:block;
	width:52px;
	height:41px;
	margin:0;
	float:right;
	margin-left: 3px;
	cursor:pointer;
}
#galeriaThumbs .thumbs div img{
	width:52px;
	float:right;
}
#galeriaThumbsHandles span{
	background:url('../images/thumb_invisible.gif') no-repeat;
}
#galeriaThumbsMask{
	width:1200px;
	background:url('../images/thumbs_mask.gif') no-repeat center top;
}

.mask6{
	position:relative;
	margin: 0 auto;
	width:450px;
	height:254px;
	overflow:hidden;
}

/* ********************************** */

.thumbs{
	width:52px;
}

.thumbs div{
	display:block;
	width:52px;
	height:41px;
	margin-left: 3px;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

span img{
	display:block;
	border:none;
}

span img:hover{
	cursor: pointer;
	}