myimg=new Image();
myimg.src='tooltipBG.png';

$(document).ready(function() {

	$(".slideShow").jCarouselLite({
		auto: 8000,
        speed: 500,
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1
		
	});
	
	$(".slideShowImg").jCarouselLite({
		auto: 8000,
        speed: 500,
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1
		
	});
	
	
	//News slider rollover
	$('.newsBox').cluetip(
		{
			cluetipClass: 'rounded', 
			dropShadow: false,
			splitTitle: '|',
			sticky: true,
			positionBy: 'fixed',
			mouseOutClose: true,
			topOffset: -8,
			leftOffset: -205,
			width:220,      // The width of the clueTip
			height:144,
			closeText: ''
			}
		);

	
}); // end of $(document).ready

