$(function(){
    $('.item.unsel').mouseover(function(){ $(this).addClass('sel'); });
    $('.item.unsel').mouseout(function(){ $(this).removeClass('sel'); });
    $('.buttons .item').corner('5px');
    $('.news-block').corner('10px');
    $('.menu .item.first').corner('tl 10px');
    $('.menu .item.last').corner('tr 10px');
    $('.menu .brd').corner('top 5px');
    $('.content').corner('bottom 10px');
    $("a[rel='full']").colorbox({slideshow:false,slideshowAuto:false,scrolling:false,opacity:0,transition:"elastic",maxHeight:"95%",maxWidth:"95%",close:'Закрыть',previous:'Назад',next:'Вперед',current:'Изображение {current} из {total}'});      
});
