
j = jQuery.noConflict();

j(document).ready(function() {
    // transition
   		jQuery('#home-artwork').cycle({
    		delay:  -2000,
    		speed:  500
		});
});



