  $(function() {
	$("#videotour").fancybox({
				'width'				: 700,
				'height'			: 423,
				'padding'           : 0,
				'autoScale'			:  false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});		
  });
  
  $(function() {
	$("#videotour1").fancybox({
				'width'				: 700,
				'height'			: 423,
				'padding'           : 0,
				'autoScale'			:  false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});		
  });
  
  $(document).ready(function(){  
      $('#droping-curtain').aviaSlider({	blockSize: {height: 'full', width:593},
          display: 'random',
          transition: 'fade',
          betweenBlockDelay:10,
          animationSpeed: 400,
          switchMovement: true,
          slideControlls: 'items',
          appendControlls: '.aviaslider'		
  	   });  																									
   });
 
