$(document).ready(function() {
		$('#slider').coinslider({
			width: 300,
			height:200,
			navigation: true,
			delay: 3000,
			sDelay: 50,
			spw: 3,
			sph: 3,
			titleSpeed: 0,
			effect: 'rain',
			hoverPause: true
		});
		$('#jump-menu-1').qtip({
			content: {
			  text: $('#jump-menu-1-content') // Add .clone() if you don't want the matched elements to be removed, but simply copied
			},
			position: {
				my: 'right bottom',  // Position my top left...
				at: 'left center', // at the bottom right of...
				target: $('#jump-menu-1') // my target
			},
			hide: {
				fixed: true,
				delay: 300
			},
			style:	{
				classes: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'
			}
		});
		$('#jump-menu-2').qtip({
			content: {
			  text: $('#jump-menu-2-content') // Add .clone() if you don't want the matched elements to be removed, but simply copied
			},
			position: {
				my: 'right bottom',  // Position my top left...
				at: 'left center', // at the bottom right of...
				target: $('#jump-menu-2') // my target
			},
			hide: {
				fixed: true,
				delay: 300
			},
			style:	{
				classes: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'
			}
		});
		$('#jump-menu-3').qtip({
			content: {
			  text: $('#jump-menu-3-content') // Add .clone() if you don't want the matched elements to be removed, but simply copied
			},
			position: {
				my: 'right bottom',  // Position my top left...
				at: 'left center', // at the bottom right of...
				target: $('#jump-menu-3') // my target
			},
			hide: {
				fixed: true,
				delay: 300
			},
			style:	{
				classes: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'
			}
		});
		$('#jump-menu-4').qtip({
			content: {
			  text: $('#jump-menu-4-content') // Add .clone() if you don't want the matched elements to be removed, but simply copied
			},
			position: {
				my: 'right bottom',  // Position my top left...
				at: 'left center', // at the bottom right of...
				target: $('#jump-menu-4') // my target
			},
			hide: {
				fixed: true,
				delay: 300
			},
			style:	{
				classes: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'
			}
		});
		$('#jump-menu-5').qtip({
			content: {
			  text: $('#jump-menu-5-content') // Add .clone() if you don't want the matched elements to be removed, but simply copied
			},
			position: {
				my: 'right bottom',  // Position my top left...
				at: 'left center', // at the bottom right of...
				target: $('#jump-menu-5') // my target
			},
			hide: {
				fixed: true,
				delay: 300
			},
			style:	{
				classes: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'
			}
		});

});


