	$(document).ready(function(){
		$("#parent4").wslide({
			width: 400,
			height: 320,
			autolink: false,
			fade: true,
			duration: 1000
		});
		// $('#pane2').jScrollPane({showArrows:true});
		// $('#testimonials_text').jScrollPane({showArrows:true});

    	$("#scrollable").scrollable();
	});
