jQuery.noConflict();
            jQuery(document).ready(function($){
                $("DIV#page DIV#kozepsomenu ul").css({"margin-left":((1000-($("DIV#page DIV#kozepsomenu ul").width()))/2)-42+"px"});
                $("#slider").easySlider({
                auto: true, 
                continuous: true
                });

                $('#pane1').jScrollPane({showArrows:true, scrollbarWidth: 17});

                $("#search_input").click(function(){
                    $(this).val("");
                });

                $(".customButton a")
                .mouseover(function(){ $(this).parent().fadeTo("fast",0.4); })
                .mouseout(function(){ $(this).parent().fadeTo("fast",1); })

                $("#kozepsomenu").lavaLamp({
                fx: "backout",
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
                });

                $("#sliderNews").easySlider({
                    auto: false, 
                    continuous: true,
                    numeric: true,
                    speed: 300
                })
                $("#sliderTopNews").easySlider({
                    controlsShow: true,
                    prevId:        'prevBtn',
                    prevText:       '',
                    nextId:         'nextBtn',  
                    nextText:       '',
                    auto: true,
                    continuous: true,
                    numeric: false,
                    pause : 4000,
                    speed: 900
                })

               if (wg_uniform) {
                 $(function(){
                    $("input, textarea, select, button").uniform();
                 });
               }


});

swfobject.registerObject("myId", "9.0.0", "/flash/expressInstall.swf");
