$(document).ready(function(){
		//Innerfade images and slogans
		$('#slidephotos').innerfade({
			speed: 750,
			timeout: 10000,
			containerheight: '460px'
		});

		  //scrolable
  		$(".scrollable").scrollable();

		//backtotop
    $('a#backtotop').click(function(){
     $('html, body').animate({scrollTop: '0px'}, 500);
     return false;
    });

    //News tabs
    $("#news-tabs ul.tabs").tabs("#news-panes .pane");
    $("#month-tabs ul.tabs").tabs("#month-panes .pane");
    //contact form validator
    $("#form_199212").validator();
    $("#commentsform").validator();


    $(function () {
      $.notifyBar({
        html: 'Η ιστοσελίδα βρίσκεται σε δοκιμαστική λειτουργία. <a href="http://www.nafpaktos.gr/?page_id=3583">Διαβάστε περισσότερα για τις επόμενες αναβαθμίσεις</a> ή <a href="http://www.nafpaktos.gr/?page_id=3583">στείλτε μας παρατηρήσεις, ενδείξεις και προτάσεις.</a>',
        delay: 12000,
        animationSpeed: "normal"
      });
    });

    //Nice table
    //$(".nicetable tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});
    //$(".nicetable tr:even").addClass("alt");





	//end jquery javascripts
	});
