$(document).ready(function() {
				$('#newsheight').jScrollPane({dragMaxHeight:59,topCapHeight:59,scrollbarWidth:6, scrollbarMargin:27, showArrows:false});
				$('#infoheight').jScrollPane({dragMaxHeight:59,topCapHeight:59,scrollbarWidth:6, scrollbarMargin:27, showArrows:false});
				$('#infolongheight').jScrollPane({dragMaxHeight:59,topCapHeight:59,scrollbarWidth:6, scrollbarMargin:27, showArrows:false});
				$('#contactheight').jScrollPane({dragMaxHeight:59,topCapHeight:59,scrollbarWidth:6, scrollbarMargin:27, showArrows:false});
				$("#slider").easySlider({
											auto: false, 
											continuous: true
										});
				$('#slideshow').cycle({
										fx: 'scrollUp',
										speed: 880,
										timeout: 2500,
										showItems:1
										
									});	
									
				$('#slideshow2').cycle({
										fx: 'fade',
										speed: 880,
										timeout: 3500,
										showItems:1
										
									});	
			});
