$(document).ready(function(){
		$("#slider").easySlider({
	controlsBefore:	'<p id="controls">',
	controlsAfter:	'</p>'
});
$("#slider_portfolio").easySlider({
	controlsBefore:	'<p id="controls2">',
	controlsAfter:	'</p>',	
	prevId: 'prevBtn2',
	nextId: 'nextBtn2'	
});	
$(".various4").fancybox({
				'width'				: 1066,
				'height'			: 716,
				'padding'			: 0,
				'autoScale'			: false,
				'type'				: 'iframe',
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titleShow'		: false
			});
			$(".thumbs img").fadeTo("slow", 0); // This sets the opacity of the thumbs to fade down to 60% when the page loads

$(".thumbs img").hover(function(){
$(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
},function(){
$(this).fadeTo("slow", 0); // This should set the opacity back to 60% on mouseout
});

$("#formID").validationEngine({
				ajaxSubmit: true,
					ajaxSubmitFile: "ajaxSubmit.php",
					ajaxSubmitMessage: "Thank you, we received your inscription!",
				success :  false,
				failure : function() {}
			})
	});
	$(function() {
                $('#container-4').tabs({ fxFade: true, fxSpeed: 'fast' });
            });
function goToByScroll(id){
     			$('html,body').animate({scrollTop: $("#"+id).offset().top},'slow');
		}
		
var isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
if(isIE6){window.location = "http://iclerisy.com/ie6/";}
