$(document).ready(function(){
    
    /** NAVIGATION **/
    /*
    $("#we_gender ul li").hover(function() {
        //$(this).animate({"opacity": "0"}, "fast");
        //$(this).css({"background-color" : "#323232"});//.animate({"opacity": "1"}, "fast");
        $(this).css({"background-color" : "#323232"});//.fadeOut(100).fadeIn(100);//.animate({"opacity": "10"}, "fast");
    } , function() { //On hover out...
        $(this).css({"background-color" : "#212121"});//.animate({"opacity": "10"}, "fast");
    });
    */
});

