jQuery.noConflict();
jQuery(document).ready(function() {
jQuery(function($) {
  
  // Animated Header
 
   $("#headerpic ul li img").css("visibility","visible");
   $("#headerpic").css("background","none"); 
   
  if($("#headerpic ul li").length > 1) {
  //$("#headerpic ul").innerfade({speed: 6000,timeout: 2000,containerheight: '332px',animationSpeed: 5000});
  $('#headerpic ul').innerfade({
				animationtype: 'fade',
				speed: 2250,
				timeout: 6000,
				type: 'random',
				containerheight: '332px'
			});


 }
 
  // Right Smooth Floating Box

  $("#followus").floating({targetX:"right", targetY:"top", interval:"5"});
 


});
});
 

