﻿$(function () {
    $(document).ready(function () {
        $(".imageGallery a").fancybox({
            'titleShow': false
        });
    });
    
//    // Messages
//	$('.message').hide().append('<span class="close" title="cerrar"></span>').fadeIn('slow');
//	$('.message .close').hover(
//		function() { $(this).addClass('hover'); },
//		function() { $(this).removeClass('hover'); }
//	);
//		
//	$('.message .close').click(function() {
//		$(this).parent().fadeOut('slow', function() { $(this).remove(); });
//	});		
});
