$(document).ready(function() {
 
	$('#boximage').crossSlide({
		fade: 1,
		variant: true
	}, [
		{
			src:  'immagini/slide/1.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 4
		}, {
			src:  'immagini/slide/2.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/3.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/4.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/5.jpg',
			from: 'top right 1x',
			to:   'top right 1x',
			time: 6
		}, {
			src:  'immagini/slide/6.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/7.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/8.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/9.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}, {
			src:  'immagini/slide/10.jpg',
			from: 'top right 1x',
			to:   'top right 1x',
			time: 6
		}, {
			src:  'immagini/slide/11.jpg',
			from: 'bottom right 1x',
			to:   'bottom right 1x',
			time: 6
		}
	], function(idx, img, idxOut, imgOut) {
  if (idxOut == undefined)
  {
    // starting single image phase, put up caption
    $('div.caption').text(img.alt).animate({ opacity: .7 })
  }
  else
  {
    // starting cross-fade phase, take out caption
    $('div.caption').fadeOut()
  }
  });
	
	$("a.iframe").fancybox({
		'zoomSpeedIn':	300, 
		'zoomSpeedOut':	300, 
		'overlayShow':	true,
		'frameWidth': 700,
		'frameHeight': 400
	});
});
