$(document).ready(function() {
 	
	// SET UP HOME PAGE ROSEWAY SLIDESHOW
	$('#home-slideshow').cycle({
	 	speed: 3000,
		timeout: 3000
	 }); 
	
     // SET UP MAIN NAVIGATION
	 $('.nav').superfish({
     	pathClass : 'current',
     	animation : {opacity:'show'},
		autoArrows: false,
		disableHI: true,
     	delay : 1000
     });
	 
	 // SET UP COOL IMAGE POP UPS
	 $("a.imagepopup").fancybox(); 
	 	 
});


