$(document).ready(function() {
		$(".formrequest").fancybox({
		'padding'			: 30,
		'autoScale'			: false,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
		});				
});
$(document).ready(function(){	
	
	$("#slider").easySlider({
		auto: true, 
		continuous: true
	});

	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false,
		'titlePosition' : 	'inside',
		'titleFormat'	: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}

	});


});

$(document).ready(function(){
  $("#contactform").validate();
  $("#contactform2").validate();
 });

$(document).ready(function(){
	$('#myslides').cycle({
		fx: 'fade',
		speed: 4000,
		timeout: 2000
	});
});

$(document).ready(function() {
		$(".video").fancybox({
		'padding'			: 20,
		'autoScale'			: false,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
		});				
});
