$(function(){var pos=$("#brandNavBrandList").position();$("#brandNavBrandList").css({top:pos.top-20,left:pos.left+80});$("#bb_other_brands").click(function(event){$("#brandNavBrandList").css("visibility","visible");event.preventDefault()});$("#brandNavBrandList").mouseleave(function(){$("#brandNavBrandList").css("visibility","hidden")})});