jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	
	$("a.single_image").fancybox({
		'titleShow'     : true,
		'type'          : 'image',
		'padding'				: 0,
    'titlePosition' : 'over'
	});
	
	$("a.trickesGallery").fancybox({
		'titleShow'     : true,
		'type'          : 'image',
    'titlePosition' : 'over',
		'padding'				: 0,
		'changeFade'    : 0
	})
		
});
