﻿$(document).ready(function() {




 $( "#fishtank,#happychristmas" ).draggable(); 
 

    $('#slideshow-wrap a').click(function (e) {
        e.preventDefault();
        $('#slideshow-wrap').hide();
        
});

$('.stopgap a').click(function(e) {
    e.preventDefault();
    $('#slideshow-wrap').show();
    $('#slideshow').cycle({ fx: 'fade', speed: 0, timeout: 360 });  // Use jcycle, so the animated gif rewinds to the start
   
});





  
});





