$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade'
	});
	$('#gallery').cycle({ 
		fx:     'scrollHorz', 
		prev:   '#prev1', 
		next:   '#next1', 
		timeout: 0 
	});
	$('#partyslideshow').cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 0, 
		next:   '#next2', 
		prev:   '#prev2' 
	});
	$(".cartlink").colorbox({
		iframe:true,
		innerWidth:960,
		innerHeight:800,
		fixed: true
		});
});
