// JavaScript Document
$(document).ready(function() {
			$('#cycle').cycle({ 
				random: 1, 
				speed: 3000,
				timeout: 6000
				});
				$(".sailfree").fancybox({
				'frameWidth': 620,
				'frameHeight': 305 
				});
			$('a[title]').qtip({
      position: {
         corner: {
            target: 'topRight',
            tooltip: 'bottomLeft'
         }
      },
      style: {
         name: 'light',
         padding: '7px 13px',
         width: {
            max: 210,
            min: 0
         },
		 border: {
			 width: 7,
			 radius: 5,
			 color: '#01123e'
      	},

         tip: true
      }
   });


		});