$(document).ready(function() {
			/*
			*   Examples - images
			*/

			 
			$("#clip").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'		: 500,
			'height'		: 364,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			   	 'wmode'		: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});

	return false;
});

			

		 $(".zoomA").click(function() {
		$.fancybox([
			'gallery ss2010/A1.jpg',
			'gallery ss2010/A2.jpg',
			'gallery ss2010/A3.jpg',

			
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			 'changeFade'        : 0
		});
		});
		
		 
			
   $(".zoomB").click(function() {
		$.fancybox([
			'gallery ss2010/B1.jpg',
			'gallery ss2010/B2.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
		
				
   $(".zoomC").click(function() {
		$.fancybox([
			'gallery ss2010/C1.jpg',
			'gallery ss2010/C2.jpg',
			'gallery ss2010/C3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
   
     $(".zoomD").click(function() {
		$.fancybox([
			'gallery ss2010/D1.jpg',
			'gallery ss2010/D2.jpg',
						 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	 
	   $(".zoomE").click(function() {
		$.fancybox([
			'gallery ss2010/E1.jpg',
			'gallery ss2010/E2.jpg',
			'gallery ss2010/E3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	 
	   $(".zoomF").click(function() {
		$.fancybox([
			'gallery ss2010/F1.jpg',
			'gallery ss2010/F2.jpg',
						 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	 
	   $(".zoomG").click(function() {
		$.fancybox([
			'gallery ss2010/G1.jpg',
			'gallery ss2010/G2.jpg',
			'gallery ss2010/G3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	 
	  $(".zoomH").click(function() {
		$.fancybox([
			'gallery ss2010/H1.jpg',
			'gallery ss2010/H2.jpg',
			'gallery ss2010/H3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	  
	   $(".zoomI").click(function() {
		$.fancybox([
			'gallery ss2010/I1.jpg',
			'gallery ss2010/I2.jpg',
			'gallery ss2010/I3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	  
	 
	  $(".zoomJ").click(function() {
		$.fancybox([
			'gallery ss2010/J1.jpg',
			'gallery ss2010/J2.jpg',
			'gallery ss2010/J3.jpg',
			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	  
	   $(".zoomINTRA").click(function() {
		$.fancybox([
			'gallery ss2010/INTRA1.jpg',
	 			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});
	   
	    $(".zoomCREDITS").click(function() {
		$.fancybox([
			'gallery ss2010/CREDITS1.jpg',
			'gallery ss2010/CREDITS2.jpg',
			 			 
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'overlayOpacity': 0.85 ,
			'changeFade'        : 0
		});
	});

});
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
 
