$(document).ready(function(){	
$("#slider").easySlider({
	nextId: "seoright",
	prevId: "seoleft"
});
$("#faq").easySlider({
				nextId: "faqnext",
				prevId: "faqprev",
			    auto:	true
			});
	$('#carousel').infiniteCarousel({
		displayTime: 6000,
		textholderHeight : .25,	
		displayProgressBar : 0,
		displayThumbnailBackground: 0
	});
$(".thumb img").hover(
function() {
$(this).stop().animate({"opacity": "0.2"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "1"}, "fast");
});
	
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
$("#wizard").formToWizard({ submitButton: 'send1,send2' })
});
