$(document).ready(function(){
$(".promobox").css({'cursor':'pointer','width':'286px','height':'38px','margin':'1px -18px 0px -18px'});
var promoswitch = function(){$(".promobox").css({'cursor':'pointer','width':'286px','height':'50px','margin':'1px -18px 0px -18px'});}
$(".promobox").hover(function(){
$(".promobox").css({'background-position':'0px 0px'});
}, function(){
$(".promobox").css({'background-position':'0px -30px'});						  
});
});
