$(document).ready(function(){
	$("a[rel='zoom']").colorbox();

	$('#tabs').cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 0,
		next:   '#arrowR', 
		prev:   '#arrowL' 
	});
});
