// JavaScript Document

$(document).ready(function() {	
		       


			/* $("#wrapper-mid").animate({backgroundPosition: '(-4000px 0px)'}, 110000);
			 $("#wrapper-outer").animate({backgroundPosition: '(-2000px 0px)'}, 90000);*/


/*************************************************/


		// Set the standard style for beauty tip tooltip
		$('.tipX').bt({
		  padding: 10,
		  width: 110,
		  spikeLength: 8,
		  spikeGirth: 8,
		  cornerRadius: 4,
		  fill: 'rgba(252, 235, 166, 1)',
		  strokeWidth: 2,
		  strokeStyle: '#fbde69 ',
		  cssStyles: {color: '#333333', fontWeight: 'normal', lineHeight:'1.25', fontSize: '12px'}
		});




  });




