jQuery(function(){
	jQuery('.to_top a').click(function() {
		jQuery('html,body').animate({ scrollTop: 0 }, 500);
		return false;
	});

	jQuery(".scroll").jScrollPane({
		scrollbarWidth: 8
	});

	jQuery('#main_image_pic').cycle({ 
		fx: 'fade', 
		speed: 2000,
		timeout: 5000
	});
});
