Some CSS styles need to be applied to an element on hover, and CSS styles have to be applied using javascript/jquery directly and not through stylesheets or $(this).ad
$(this).ad
$("#someObj").hover(function(){ $(this).css(...); }:);
http://api.jquery.com/hover/