jQuery(document).ready(function() {
	if (jQuery('#s3slider').length > 0) {
		jQuery('#s3slider').s3Slider({ 
		  timeOut: 4000 
		});
	}
	
	jQuery("div.followus a").hover(function () {
		jQuery(this).animate({ top: '176px' }, 200);
	}, function () {
		jQuery(this).animate({ top: '183px' }, 200);
	});
});
