$(function() {
    $(".homesliderleft").crossSlide({
      sleep: 4,
      fade: .5,
	  loop: 2
    }, [
      { src: "/images/headers/header-1.jpg" },
      { src: "/images/headers/header-2.jpg" },
      { src: "/images/headers/header-4.jpg" },
      { src: "/images/headers/header-6.jpg" }
    ])
});

$(function() {
    $(".homesliderright").crossSlide({
      sleep: 6,
      fade: .5,
	  loop: 2
    }, [
      { src: "/images/remodeling/remodeling-1.jpg" },
      { src: "/images/remodeling/remodeling-2.jpg" },
      { src: "/images/remodeling/remodeling-3.jpg" },
      { src: "/images/remodeling/remodeling-4.jpg" }
    ])
});

$(function(){
//Caption Sliding (Partially Hidden to Visible)
$('.bannerleftouter').hover(function(){
	$(".captionleft", this).stop().animate({top:'140px'},{queue:false,duration:160});
}, function() {
	$(".captionleft", this).stop().animate({top:'150px'},{queue:false,duration:160});
});
});

$(function(){
//Caption Sliding (Partially Hidden to Visible)
$('.bannerrightouter').hover(function(){
	$(".captionright", this).stop().animate({top:'140px'},{queue:false,duration:160});
}, function() {
	$(".captionright", this).stop().animate({top:'150px'},{queue:false,duration:160});
});
});

