// JavaScript Document

jQuery(document).ready(function(){
jQuery('#homeimages').innerfade({
								speed: 1000,
								timeout: 5000,
								containerheight: '407px'
})

jQuery("#sponsors li a img[title]").qtip({
		position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'} },
		style:{background: 'url("http://www.lordbyronresort.net/new/wp-content/themes/LordByron/images/tooltipbg.png") 0px 0px no-repeat',
			   width: 145,
			   height: 63,
			   border:{color:'#fff'},
			   'font-size' : '14px',
			   'text-align' : 'center',
			   'line-height': '27px'
		} 
										 });

jQuery("#pageimages a").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'titleShow' : false
	});


						
})