/**
 * @author Admin
 */
	$(document).ready(function()
	{
            

        //animate
        
        $("#moto").animate(
            {
                opacity: 0.85,
                top:45
            },1300
        );

        //$("#orderContentAll").slideUp();

        // -------------- oprava vyrendrovaneho stromu kde jsou prazdne li
        //najdeme je a vymazeme
        $("#left ul#menu li").each(
            function (i)
            {
                 if ( $.trim($(this).text()) == "")
                 {
                     //console.log('mazu node');
                     //console.log($(this));

                     $(this).remove();
                 }
                 else
                 {
                      //dev
                      //console.log($(this).text());
                      //console.log($.trim($(this).text()));
                  }
            }
        );


		/********** ROUNDED **************/
		
		//zaobleni
        var zaoblit = "10px";

        $(".pre_form").corner(zaoblit);

        /********** GALERY **************/
/*
        $('#photos').galleryView({
           panel_width: 800,
           panel_height: 300,
           frame_width: 100,
           frame_height: 100

        });

            */


        $('#photos').galleryView({
        // panel_width: 800,
         //panel_width: 695,
         panel_width: 479,
        //panel_height: 300,
        panel_height:    310,
        transition_speed: 2000,
        transition_interval: 3000,
        nav_theme: 'dark',
        border: '1px solid #E6E6E6',
        pause_on_hover: true,

        //overlay_color: '#68A128',
        //overlay_text_color: 'white',
        //caption_text_color:'white',
        //background_color:'white',
        
        overlay_color: 'white',
        overlay_text_color: '#767676',
        caption_text_color:'#767676',
        background_color:'white',
       
        overlay_opacity: 0.78,
        overlay_height: 65,
        overlay_position :'top'
        });

		
		//$("div.nabidka").corner("round bl tr 7px");
		//$("div.obrazek").corner("round bl tr 7px");
		
		
		//$("#vyhledavani_zadavani").corner("round bl br 10px");
		
		
		/********** search pozicovani **************/
					
		//$("#vyhledavani_zadavani").hide();
				
		/* nastaveni pozice */
	
	}
	);
