$(document).ready(function(){
	$('.last').click(function(){									   
		$('html, body').animate({
		scrollTop: $(".formular").offset().top
		}, 2000);										   
	});
	$('.boxgrid.thecombo').hover(function(){
		$(".cover", this).stop().animate({top:'260px', left:'325px'},{queue:false,duration:500});
	}, function() {
		$(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:500});
	});
	$("a.workbox[rel=gallery]").fadeTo("slow", 0.9);
	$("a.workbox[rel=gallery]").hover(function(){
		$(this).fadeTo("slow", 1.0); 
	},function(){
		$(this).fadeTo("slow", 0.9); 
	});
		$("a.workbox[rel=gallery]").fancybox({
		'titlePosition'	: 'over',
		'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';},
		'overlayOpacity' : 0.7,
		'overlayColor' : '#000'
		});
		$("#formID").validationEngine({
		ajaxSubmit: true,
		ajaxSubmitFile: "bin/ajaxSubmit.php",
		ajaxSubmitMessage: "Message Sent! / Mensaje Enviado!",
		success :  false,
		failure : function() {}
	});	
});
