jQuery(function(){
  $("body").supersleight();


$('.uzkodas area').mouseover(function() {

    var cat = jQuery(this).parent().attr('id').substr(4);
    var n = this.id.substr(5);

    var h = (cat == 1 && n > 4)? 225:300;

    if ($.browser.msie && parseInt($.browser.version) < 7 && parseInt($.browser.version) > 4) {
        var styles = {'width': '300px','height': h + 'px','filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + 'img/menu/'+cat+'_'+n+'.png' + "', sizingMethod='scale')"};
	    $('#menu_preview img').css(styles).attr('src', 'x.gif');
    }else{
        $('#menu_preview img').attr('src','img/menu/'+cat+'_'+n+'.png').height(h);
    }



});

    $.fn.colorbox.settings.transition = "elastic";
    $.fn.colorbox.settings.contentCurrent = "Image {current} of {total}"; 
    $.fn.colorbox.settings.bgOpacity = "0.7";
    $("a[rel]").colorbox();
    $("a.dj_players").colorbox();

});

