$(document).ready(function() {
   	 	$('#testi-monials').cycle({ 
   			fx:'scrollUp',
			timeout:3000
   	 	});
    	$('#testi-monials').hover(function() { 
    		$(this).cycle('pause'); 
		}, function() { 
    		$(this).cycle('resume'); 
		});
	$zopim(function() {
//	$zopim.livechat.window.setColor('#41aa33');
  });
});
$(document).ready(function() {
	if($.support.opacity) {
	$('.fader').hover(
		function() {
			$(this).stop().animate({opacity:0.75, filter: ''},100);
		},
		function() {
			$(this).stop().animate({opacity:1, filter: ''},100);
	});
	}
});
$(function () {
	// jQuery Facebox Modal
	$('a[rel*=modal]').facebox();

});
