$(document).ready(function(){
	$('#slidetestimonial').freeSlider({
		rows: 1,
		width: 880,
		height: 115,
		slideSpeed: 500,
		pauseTime: 10000,
		auto: true,
		click : { // Use jquery selectors. This will have a "click" event bound to them 
			next : '#nexttestimonial',
			previous : '#prevtestimonial'
		}
	});
}); // end jquery doc ready

