//jquery scripts
$(document).ready(function() {
		$('#slider-services').cycle({
		fx: 'scrollHorz',
		timeout: 5000,
		random: 1,
		pause: 1,
		prev: '.services-left',
		next: '.services-right'
	});
	$("#contactform").validate();
	});
	
$(function() {
	$("div#smallScroller").smoothDivScroll({
		autoScroll: "onstart",	
		autoScrollDirection: "right",	
		autoScrollStep: 1,	
		autoScrollInterval: 35,
		scrollStep: 1,
		scrollInterval: 35,
		visibleHotSpots: "always",
		mouseDownSpeedBooster: 10
	});
	$(".scrollingHotSpotLeft").mouseout(function (){
		$("div#smallScroller").smoothDivScroll("startAutoScroll");
	});
	$(".scrollingHotSpotRight").mouseout(function (){
		$("div#smallScroller").smoothDivScroll("startAutoScroll");
	});
	
	
});
//font replacement
Cufon.replace('h2.home', {
	color: '-linear-gradient(#80abcc, #538db9)',
	textShadow: '#292929 1px 1px'
});
Cufon.replace('h2.secondary', {
	color: '-linear-gradient(#80abcc, #538db9)',
	textShadow: '#ffffff 1px 1px'
});


