// JavaScript Document
  		$(document).ready (function() {
			$('textarea.expanding').autogrow();
			$("#slider").easySlider({
				orientation: 'horizontal' ,
				auto: true, 
				continuous: true 
				
			});
			$('textarea.expanding').autogrow();
			$("#slidergallery1").easySlider1({
				orientation: 'vertical' ,
				auto: true, 
				continuous: true 
				
			});
			$('textarea.expanding').autogrow();
			$("#slidergallery2").easySlider2({
				orientation: 'vertical' ,
				auto: true, 
				continuous: true 
				
			});
			$('textarea.expanding').autogrow();
			$("#slidergallery3").easySlider3({
				orientation: 'vertical' ,
				auto: true, 
				continuous: true 
				
			});

		});

