



$(function(){
$("#showimg1").click(function(){
$("#originalFeature").animate({marginLeft:'-870px'},'slow');	
$("#img1").animate({marginLeft:'0px'},'slow');
$(".feature_col3_l").animate({marginRight:'0px'}, 1000);
$(".displayImg_l").animate({marginLeft:'0px'}, 1200);
});	
});

$(function(){
$("#showimg2").click(function(){
$("#originalFeature").animate({marginLeft:'-870px'},'slow');	
$("#img2").animate({marginLeft:'0px'},'slow');
$("#archive1").animate({marginRight:'0px'}, 1000);
$("#archive2").animate({marginRight:'0px'}, 1500);
});	
});

$(function(){
$("#showimg3").click(function(){
$("#originalFeature").animate({marginLeft:'-870px'},'slow');	
$("#img3").animate({marginLeft:'0px'},'slow');
$(".feature_col3").animate({marginRight:'0px'}, 1000);
$(".displayImg").animate({marginLeft:'0px'}, 1200);	
});	
});

$(function(){
$("#showimg4").click(function(){
$("#originalFeature").animate({marginLeft:'-870px'},'slow');	
$("#img4").animate({marginLeft:'0px'},'slow');	
$(".feature_col3").animate({marginRight:'0px'}, 1000);
$(".contactFormBox").animate({marginLeft:'0px'}, 1500);	
});	
});

$(function(){
$("#showimg5").click(function(){
$("#originalFeature").animate({marginLeft:'-870px'},'slow');	
$("#img5").animate({marginLeft:'0px'},'slow');	
$(".feature_col3").animate({marginRight:'0px'}, 1000);
$(".displayImg").animate({marginLeft:'0px'}, 1200);	
});	
});

$(function(){
$(".backButton").click(function(){
$("#originalFeature").animate({marginLeft:'0px'}, 'slow');	
$(".innerfeatureslide").animate({marginLeft:'870px'}, 'slow');	
$("#archive1").animate({marginRight:'-500px'}, 500);
$("#archive2").animate({marginRight:'-300px'}, 1000);
$(".feature_col3").animate({marginRight:'-300px'}, 1000);
$(".displayImg").animate({marginLeft:'500px'}, 500);
$(".feature_col3_l").animate({marginRight:'-300px'}, 1000);
$(".displayImg_l").animate({marginLeft:'500px'}, 500);
$(".contactFormBox").animate({marginLeft:'500px'}, 500);	
});	
});


$(document).ready(function(){
$(".hoverEffect").hover(function(){
$(this).fadeTo(100, 0.7);
$(this).css('cursor','pointer');
},function(){
$(this).fadeTo(500, 1.0);
$(this).css('cursor','auto');
});
});

$(document).ready(function(){
$(".contactform").hover(function(){
$(this).css('background-color','#eeeeee');
},function(){
$(this).css('background-color','#ffffff');
});
});

$(document).ready(function(){
$(".contactFormBox textarea").hover(function(){
$(this).css('background-color','#eeeeee');
},function(){
$(this).css('background-color','#ffffff');
});
});

$(document).ready(function(){
$(".backButton").hover(function(){
$(this).fadeTo(200, 0.5);
$(this).css('cursor','pointer');
},function(){
$(this).fadeTo(200, 1.0);
});
});

