.GaleriaFotos .BT_prev{
	width:33px;
	height:62px;
	background:url(images/BT_sprite_prev.png) left top no-repeat;
	float:left;
	cursor:pointer;
	margin:25px 0px 0px 0px;
}

.GaleriaFotos .BT_next{
	width:33px;
	height:62px;
	background:url(images/BT_sprite_next.png) left top no-repeat;
	float:left;
	cursor:pointer;
	margin:25px 0px 0px 0px;
}

.GaleriaFotos .BT_prev.hover{
	background-position:-42px top;
}

.GaleriaFotos .BT_next.hover{
	background-position:-42px top;
}

.GaleriaFotos .fotos{
	min-width:780px;
	max-width:780px;
	height:101px;
	min-height:101px;
	max-height:101px;
	float:left;
}

.GaleriaFotos .fotos .foto{
	margin:0px 9px 0px 9px;
	list-style:none;
	float:left;
	height:101px;
	width:138px;
	position:relative;
}

.GaleriaFotos .fotos .foto .moldura{
	position:absolute;
	z-index:9;
	top:0px;
	left:0px;
}
