// JavaScript Document

$(document).ready(function() {

	/* png transparency in ie6 */
	$('.transparency_png').supersleight({shim: '/images/spacer.gif'});

			
	
	/* artwork slideshow */	
    $('.slideshow').cycle({
		fx: 'fade', // fade, scrollUp, shuffle, etc...
		timeout: 10000
	});
});

