// JavaScript Document
jQuery(document).ready(function() {
								
    $("#manual2").click(function() {
		$.fancybox([
			'deportes/babyfut/bf1.jpg',
			'deportes/babyfut/bf2.jpg',
			{
				'href'	: 'deportes/babyfut/bf3.jpg',
				'title'	: 'Universidad Regional del Sureste'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
	
	
});
