 $(document).ready(function() {
	 $("#manual2").click(function() {
		 $.fancybox([
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/one.jpg',	
			 'title' : 'Garden'
		 },   
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/two.jpg',	
			 'title' : 'Gazebo'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/three.jpg',	
			 'title' : 'Lily Pond'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/four.jpg',	
			 'title' : 'Parking Lot Entrance'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/five.jpg',	
			 'title' : 'Foyer'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/six.jpg',	
			 'title' : 'Conference Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/seven.jpg',	
			 'title' : 'West Visitation Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/eight.jpg',	
			 'title' : 'East Visitation Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/nine.jpg',	
			 'title' : 'East Visitation Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/ten.jpg',	
			 'title' : 'East Visitation Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/eleven.jpg',	
			 'title' : 'First Floor Lounge'
		 },  

		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/thirteen.jpg',	
			 'title' : 'Chapel'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/fourteen.jpg',	
			 'title' : 'Preparation Room'
		 },  
		 {
			 'href' :  'http://www.whattamfuneralhome.com/assets/img/ss/fifteen.jpg',	
			 'title' : 'Funeral Fleet'
		 }		
		 
		 ], {
		 'padding' : 10,
		 'transitionIn' : 'none',
		 'transitionOut' : 'none',
		 'type' : 'image',
		 'changeFade' : 0,
		 		 	
			'titlePosition' 		: 'inside'			

		 });
		 });
 });
 
 
 function formatTitle(title, currentArray, currentIndex, currentOpts) {
	    return '<div id="tip7-title"><span><a href="javascript:;" onclick="$.fancybox.close();"><img src="/data/closelabel.gif" /></a></span>' + (title && title.length ? '<b>' + title + '</b>' : '' ) + 'Image ' + (currentIndex + 1) + ' of ' + currentArray.length + '</div>';
	}

