$(function () {
		$('#slider1').anythingSlider({
			expand       : false,
			autoPlay     : false
		});

		$('#slider2').anythingSlider({
			expand       : true,
			autoPlay     : true
		});
		$('#slider3').anythingSlider({
			expand       : true,
			autoPlay     : false
		});


	});
 jQuery(document).ready(function($) {
      $(".slider").slideshow({
        width      : 288,
        height     : 288,
        pauseOnClick    : false,
        control         : false
      });
    });
 $(document).ready(function() {
			$("a[rel=example_group]").fancybox({
			     'opacity'		    : true,
				'overlayShow'	    : true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
		});
