$(document).ready(function(){
	Shadowbox.init();
	
	$('#navigation li, #categories li').hover(
		function() {$(this).addClass('hover');},
		function(event) {$(this).removeClass('hover');}
	);
	
	$("#banner").cycle({
		fx:      'fade',
	    speed:    500,
	    timeout:  4000
	});
	
	$("#slider").cycle({
		fx:		'fade',
		speed:	'fast',
		timeout: 0,
		next:	'#nextBtn',
		prev:	'#prevBtn',
		speed:	500
	});
	
	$("#slider li a").lightBox({
		imageLoading: "/images/lightbox/loading.gif",
		imageBtnClose: "/images/lightbox/close.gif",
		imageBtnPrev: "/images/lightbox/prev.gif",
		imageBtnNext: "/images/lightbox/next.gif",
		imageBlank: "/images/lightbox/blank.gif"
	});
	
	$("#image-cycle").cycle({
		fx:      'fade',
	    speed:    500,
	    timeout:  4000
	});
	
	$("#image-cycle-top").cycle({
		fx:      'fade',
	    speed:    500,
	    timeout:  4000
	});
});
