/*********************videoClick************************/
$(document).ready(function() {
	$(".img6, .img18, .img22").click(function(){
		$(".wallEmailForm").fadeOut('fast');
		$(".wallPhoneNo").fadeOut('fast');
	})
});
/*********************overImg1************************/
$(document).ready(function() {
	$(".img1").click(function(){
		$(".wallEmailForm").fadeIn('fast');
		$(".wallPhoneNo").fadeOut('fast');
	});
})
$(document).ready(function() {
	$(".wallFprmCloseBtn").click(function(){
		$(".wallEmailForm").fadeOut('fast');		
	});
})
/*********************overImg8************************/
$(document).ready(function() {
	$(".img9").click(function(){
		$(".wallPhoneNo").fadeIn('fast');
		$(".wallEmailForm").fadeOut('fast');	
	});
})
$(document).ready(function() {
	$(".wallPhoneCloseBtn").click(function(){
		$(".wallPhoneNo").fadeOut('fast');		
	});
})
/*********************overImg2************************/
$(document).ready(function() {
	$(".img2").mouseenter(function(){
		$(".img2").animate({"width":"403px",});
		$(".img2").css({"z-index":"15","opacity":"1"}, '');
		$(".videoImg2").fadeOut(0);
		$(".videoImg2Hover").fadeIn(0);		
	});
})
$(document).ready(function() {
	$(".img2").mouseleave(function(){
		$(".img2").animate({"width":"130px",});
		$(".img2").css({"z-index":"1"}, '');
		$(".videoImg2").fadeIn(0);
		$(".videoImg2Hover").fadeOut(0);
	});
})
/*********************overImg6************************/
$(document).ready(function() {
	$(".img6").mouseenter(function(){
		$(".img6").animate({"width":"403px","right":"0px"});
		$(".img6").css({"z-index":"15","opacity":"1"}, '');
		$(".videoImg6").fadeOut(0);
		$(".videoImg6Hover").fadeIn(0);		
	});
})
$(document).ready(function() {
	$(".img6").mouseleave(function(){
		$(".img6").animate({"width":"130px","right":"0px"});
		$(".img6").css({"z-index":"1"}, '');
		$(".videoImg6").fadeIn(0);
		$(".videoImg6Hover").fadeOut(0);
	});
})
/*********************overImg15************************/
$(document).ready(function() {
	$(".img15").mouseenter(function(){
		$(".img15").animate({"width":"403px","right":"0px"});
		$(".img15").css({"z-index":"15","opacity":"1"}, '');
		$(".videoImg15").fadeOut(0);
		$(".videoImg15Hover").fadeIn(0);		
	});
})
$(document).ready(function() {
	$(".img15").mouseleave(function(){
		$(".img15").animate({"width":"130px","right":"0px"});
		$(".img15").css({"z-index":"1"}, '');
		$(".videoImg15").fadeIn(0);
		$(".videoImg15Hover").fadeOut(0);
	});
})
/*********************overImg22************************/
$(document).ready(function() {
	$(".img22").mouseenter(function(){
		$(".img22").animate({"width":"403px","left":"544px"});
		$(".img22").css({"z-index":"15","opacity":"1"}, '');
		$(".videoImg22").fadeOut(0);
		$(".videoImg22Hover").fadeIn(0);		
	});
})
$(document).ready(function() {
	$(".img22").mouseleave(function(){
		$(".img22").animate({"width":"130px","left":"680px"});
		$(".img22").css({"z-index":"1"}, '');
		$(".videoImg22").fadeIn(0);
		$(".videoImg22Hover").fadeOut(0);
	});
})
/*********************overImg26************************/
$(document).ready(function() {
	$(".img18").mouseenter(function(){
		$(".img18").animate({"width":"400px"});
		$(".img18").css({"z-index":"15","opacity":"1"}, '');
		//$(".videoImg18").fadeOut(0);
		//$(".videoImg18Hover").fadeIn(0);		
	});
	/*$(".img28").mouseenter(function(){
		$(".img28").animate({"width":"400px"});
		$(".img28").css({"z-index":"15","opacity":"1"}, '');
		$(".videoImg18").fadeOut(0);
		$(".videoImg18Hover").fadeIn(0);		
	});*/
})
$(document).ready(function() {
	$(".img18").mouseleave(function(){
		$(".img18").animate({"width":"130px"});
		$(".img18").css({"z-index":"1"}, '');
		$(".videoImg18").fadeIn(0);
		$(".videoImg18Hover").fadeOut(0);
	});
	$(".img28").mouseleave(function(){
		$(".img28").animate({"width":"130px"});
		$(".img28").css({"z-index":"1"}, '');
		$(".videoImg18").fadeIn(0);
		$(".videoImg18Hover").fadeOut(0);
	});
})
