﻿// JScript File
$(document).ready(function() {    
	$(".imgBoxSmall").corner("5px");
	$(".imgBoxMedium").corner("10px");
	$(".imgBoxBig").corner("10px");
	$(".imgBoxPaqueteList").corner("10px");
	$(".imgDestinosListBox").corner("10px");
});