/*
 * jQuery dio
 */

/*$.noConflict();*/

jQuery(document).ready(function($){
    
    $('div.round-menu').corner("round 7px");

    /*      ostalo      */
    $('div.round').wrap('<div class="round-outer"></div>');
    $('div.round').corner("round 8px");
    $('div.round-outer').css('padding', '1px').corner("round 9px");
    
    $('#pagination > a').corner("round 5px");
    $('#pagination > strong').corner("round 5px"); 

    $('div.round-main').wrap('<div class="round-main-outer"></div>');
    $('div.round-main').corner("round 8px");
    $('div.round-main-outer').css('padding', '1px').corner("round 9px");

    $('div.round-segment-title').wrap('<div class="round-segment-title-outer"></div>');
    $('div.round-segment-title').corner("round 8px");
    $('div.round-segment-title-outer').css('padding', '1px').corner("round 9px");

    $('div.round-segment-option').corner("round 5px");
    $('div.round-segment-option-date').corner("round 5px");
    $('div.round-segment-option-stipenditor').corner("round 5px");
    $('div.round-segment-option-kontakt').corner("round 5px");
    
    $('div.round-segment').corner("round 5px");

    $('div.round-header').wrap('<div class="round-header-outer"></div>');
    $('div.round-header').corner("bottom 8px");
    $('div.round-header-outer').css('padding', '0 1px 1px 1px').corner("bottom 9px");

    $('div.round-segment-bottom').corner("bottom 8px");

    $('div.menu').corner("bl 8px");
    $('div.search-box').corner("br 8px;");
    $(':submit').corner("round 5px");

    $('img.captify').captify({
            speedOver: 'fast',
            speedOut: 'normal',
            hideDelay: 1000,	
            animation: 'slide',		
            prefix: '',		
            opacity: '0.4',					
            className: 'caption-bottom',	
            position: 'bottom',
            spanWidth: '100%'
    });

});
