$(document).ready(function() {


 $("a.cover").fancybox({
 'transitionIn' : 'elastic',
 'transitionOut' : 'elastic',
 'speedIn' : 600,
 'speedOut' : 200,
 'overlayShow' : true,
 'overlayOpacity': 0.7,
 'overlayColor' : '#000'
 });

}); 
