$(document).ready(function(){
	$('#slideshow a, #slideshow2')
		.cycle({ 
		    fx:     'none', 
		    speed:  'fast', 
		    timeout: 400, 
		    speed: 200,
		    fastOnEvent: true
			});

	$("a.portfolioButton, a.hidden, .archiveSelector a")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});

	$("#btnExcerpt")
		.colorbox({
			opacity: 0.9,
			title: '',
			iframe: "true",
			width: "600px",
			height: "725px",
			scrolling: false,
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});

	$("#btnBlurb")
		.colorbox({
			opacity: 0.9,
			title: '',
			iframe: "true",
			width: "600px",
			height: "765px",
			scrolling: false,
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
	$("#btnOSSF")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			width: "540px",
			height: "369px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
	$("#btnTyporangers")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			width: "820px",
			height: "678px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
	$("#btnWind")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			innerWidth: "432px",
			innerHeight: "600px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
	$("#btnXmas")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			innerWidth: "785px",
			innerHeight: "480px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
		$("#btnArty")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			innerWidth: "480px",
			innerHeight: "320px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
		$("#btnMLCAdvice")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			innerWidth: "600px",
			innerHeight: "400px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});
		
		$("#btnMagicsocks")
		.colorbox({
			opacity: 0.9,
			title: '',
			current: '{current} of {total}',
			iframe: "true",
			innerWidth: "800px",
			innerHeight: "550px",
			preloading: true,
			overlayClose: true,
			onComplete: $.fn.colorbox.onCompleteHandler
			});

	});
