﻿$(document).ready(function() {

	$(".gototop").click(function(){
		$( 'html, body' ).animate( { scrollTop: 0 }, 'slow' );
	});
	
	$('#Slideshow').cycle({ 
		fx: 'custom',
		cleartype: true,
    cleartypeNoBg:true,
		random:1,
		sync: 0,
		speedIn:  400, 
    speedOut: 600, 
    easeIn:  'easeOutQuad', 
    easeOut: 'easeInBack', 
		cssBefore: {
			top:  0, 
		  left: 570, 
		  display: 'block' 
		}, 
		animIn:  { 
		  left: 0 
		}, 
		animOut: {  
		  left: 570 
		},
		timeout: 7000,
		delay:1000
	});
	
	
	$('#Bottom .bloc.vis .img').cycle({ 
		fx:'fade',
		random:1,
    timeout: 0,
    cleartype: true,
    cleartypeNoBg:true
   });
   $('#Bottom .bloc.col .img').cycle({ 
		fx:'fade',
		random:1,
    timeout: 0, 
    cleartype: true,
    cleartypeNoBg:true
   });
   
   /* Wheels Lightbox */
   $("a.lightbox").lightBox();
   
   
   $('.pubs').cycle({ 
		fx:'none',
		random:1,
    timeout: 10000, 
    cleartype: true,
    cleartypeNoBg:true
   });
   
   /* Photos Gallery */	
 //  $("#Gallery").hide();



});
