// JavaScript Document

$(document).ready(function(){
	//Adds in all thumbs one mask
	$('.masked').append("<img src='../imgs/mask_top_left_images.png' width='8' height='8' alt='Máscara' class='mask_top_left' />");
	$('.masked').append("<img src='../imgs/mask_top_right_images.png' width='8' height='8' alt='Máscara' class='mask_top_right' />");
	$('.masked').append("<img src='../imgs/mask_bottom_left_images.png' width='8' height='8' alt='Máscara' class='mask_bottom_left' />");
	$('.masked').append("<img src='../imgs/mask_bottom_right_images.png' width='8' height='8' alt='Máscara' class='mask_bottom_right' />");
});
