$(document).ready(function(){
  $('#contact_subMenu').hide();
  $('#contactTab').click(function() {
	$('#contact_subMenu').show(300);
  })
  $(document).click(function() {$('#contact_subMenu').hide();});
  $('#memberTab').mouseover(function() {$('#contact_subMenu').hide();})
    
//Existing JCarouselLite plug in with sliding animation
  $(function(){
	$(".homecarousel").jCarouselLite({
	  btnNext: null,
	  btnPrev: null
	});
  });

//Fading rotator animation is preferable, but innerfade.js was not working for some reason
//		 $('#carouse_ul').innerfade({ 
//	  speed: 'slow', 
 // timeout: '2000', 
//	  type: 'sequence', 
 //containerheight: '360'
 // }); 			
  $(".inline").colorbox({inline:true, width:442, opacity: 0.66});
});
