jQuery(document).ready(function(){

    jQuery('#accordion-slider').kwicks({
        max : 230,
        min: 36,
        spacing : 2
    });
 
    jQuery('#bevezeto').jScrollPane(
    {
    			verticalDragMinHeight: 20,
			verticalDragMaxHeight: 20,
			horizontalDragMinWidth: 20,
			horizontalDragMaxWidth: 20
        });
     jQuery('.frontPagePopup').fadeIn();   
     
     jQuery('.frontPagePopup .closer').click(function(){
          jQuery('.frontPagePopup').fadeOut();   
     });
     
     setTimeout(function(){
      jQuery('.frontPagePopup').fadeOut();
    },17000);
 
});
