$(document).ready(function() {

	// General image
	$("a.photos").fancybox({
		'titlePosition'	: 'inside'
	});

	// Healthy Hands Week Photos (/professionals/htaw.cfm)
	$("a#Kessler").fancybox();

	$("a#Garden").fancybox();
	
	$("a[rel=McAtee]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=Arnold]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=Moitoso]").fancybox({
		'titlePosition'	: 'inside'
	});

	// Meeting Photos (/meeting/2011/photos.cfm)
	$("a[rel=meeting_photos]").fancybox({
		'titlePosition'	: 'over',
		'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">' + title + ' ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});
	
	// Listserv Photos (/members/custom/listservs_photos.cfm)
	$("a[rel=group1]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=group2]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=group3]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=group4]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	
	// Cancellation Policy (/education/confrnc_wrkshp.cfm)
	$("#cancellation").fancybox({
		'padding' : 10,
		'width'	: 450,
		'height' : 260,
		'type' : 'iframe'
	});
	
	// Call for Speakers (homepage)
	$("#call_for_speakers").fancybox({
		'padding' : 10,
		'width'	: 450,
		'height' : 480,
		'type' : 'iframe'
	});
	
	// Webinar Instructions (homepage)
	$("#webinar_instructions").fancybox({
		'padding' : 10,
		'width'	: 450,
		'height' : 480,
		'type' : 'iframe'
	});
	
	// Course Descriptions (homepage)
	$(".course_desc").fancybox({
		'padding' : 10,
		'width'	: 450,
		'height' : 610,
		'type' : 'iframe'
	});
	
	// Homepage YouTube Video
	$(".youtube").fancybox({
		'width'	: 600,
		'height' : 450,
		'autoScale'	: false,
		'transitionIn' : 'none',
		'transitionOut'	: 'none',
		'type' : 'iframe'
	});
	
	// Homepage Facebook Video
	$(".fb_video").fancybox({
		'padding' : 15
	});
	
	// Homepage Hands on Orthotics Testimonial
	$(".testimonial").fancybox({
		'padding' : 15
	});
	
	// Webinar (/education/webinar_081011.cfm)
	$(".webinar_bio").fancybox({
		'padding' : 15
	});
});
