$(document).ready(function() {

			$("#various1").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'centerOnScroll' : true,
				'titleShow': true,
				'overlayShow': true,
				'overlayOpacity': 0
			});
			
			$("a[rel=grp01], a[rel=grp02], a[rel=grp03], a[rel=grp04], a[rel=grp05], a[rel=grp06], a[rel=grp07], a[rel=grp08], a[rel=grp09], a[rel=grp10], a[rel=grp11], a[rel=grp12], a[rel=grp13], a[rel=grp14], a[rel=grp15], a[rel=grp16], a[rel=grp17], a[rel=grp18]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleShow': true,
				'overlayShow': true,
				'overlayOpacity': 0
			});

		});
