$(document).ready(function(){
    
    
    
    
    $(".list_first").hover(function(){
        $(".list_first").css({
            "background":"url(img/orange_back.png)",
        })
        
    },function(){
        $(".list_first").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_second").hover(function(){
        $(".list_second").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_second").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_third").hover(function(){
        $(".list_third").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_third").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_fourth").hover(function(){
        $(".list_fourth").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_fourth").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_fifth").hover(function(){
        $(".list_fifth").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_fifth").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_sixth").hover(function(){
        $(".list_sixth").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_sixth").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    $(".list_seventh").hover(function(){
        $(".list_seventh").css({
            "background":"url(img/orange_back.png)",
        })
    },function(){
        $(".list_seventh").css({
            "background":"url(img/black_back.png)",
        })
    })
    
    
     
    
    
    
    $(".arrow_back").hover(function(){
        $(".arrow_back").css({
            "background":"url(img/arrow_left_hover.png)",
        })
    },function(){
        $(".arrow_back").css({
            "background":"url(img/arrow_left.png)",
        })
    })
    $(".arrow_next").hover(function(){
        $(".arrow_next").css({
            "background":"url(img/arrow_right_hover.png)",
        })
    },function(){
        $(".arrow_next").css({
            "background":"url(img/arrow_right.png)",
        })
    })
    
    
    
    
    /*$(".footer_bottom").hide();                      
    $(".button a").toggle(function(){
        $(".footer_bottom").slideDown("slow");
    }, function(){
        $(".footer_bottom").slideUp("slow");
    })*/

    /*$("#but").toggle(function () {
            
            $(".footer_bottom").animate({'margin-bottom':'0px'},{queue:false,duration:500} );  
            return false;
    },function(){
            $(".footer_bottom").animate({'margin-bottom':'-210px'},{queue:false,duration:500} ); 
            $(".footer").css({"position":"absolute","bottom":"0px"});
            /*$(".footer").css({"position":"relative",});
    })*/
    
    
    

  
})
