$(document).ready(function() {

  $('#crossglow').cycle({ fx: 'fade', timeout: 250, pause: 0, speed: 2000, sync: true , delay: -500}).css("visibility","visible");

  $('#loading').fadeOut(1000);

  $('#container').fadeIn(1000);
  
    
  $('#slideshow').crossSlide({
    fade: 1.5
    }, [
    {
      src:  '../themes/sirenscall/images/slide1.jpg',
      href: '/find-the-way',
      
      from: '100% 100% 1x',
      to:   '100% 80% 1.4x',
      time: 6
    }, {
      src:  '../themes/sirenscall/images/slide2.jpg',
      href: '/find-the-way',
      from: 'top left',
      to:   'bottom right 1.5x',
      time: 6
    }, {
      src:  '../themes/sirenscall/images/slide3.jpg',
      href: '/find-the-way',
      from: '100% 80% 1.5x',
      to:   '50% 50% 1.1x',
      time: 6
    }, {
      src:  '../themes/sirenscall/images/slide4.jpg',
      href: '/find-the-way',
      from: '100% 100%',
      to: '100% 100%',
      time: 10
    }
  ]);			
        
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({bottom:'0px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({bottom:'-116px'},{queue:false,duration:160});
				});

       
       
       
       
       			
  $(".ddsmoothmenu a").hover(function() {
    $(this).css({ color: "#DAE6F5" });
    },function() {
    $(this).animate({ color: "#335380" }, 1000);
    });
    $("h3 a").hover(function() {
    $(this).css({ color: "#DAE6F5" });
    },function() {
    $(this).animate({ color: "#335380" }, 1000);
  });  
  
        
    
});
