$(document).ready(function(){
	var thumbs = $('#thumbFeatures img');
	$('#thumbFeatures').jshowoff({ 
		cssClass: 'thumbFeatures',
		effect: 'slideLeft',
		controlText: { play:'Play', pause:'Pause', previous:'Previous', next:'Next' },
		controls: true,
		speed: 7000,
		autoPlay: true
	});
	/*
	$(thumbs).each(function(index, element) {
		//console.log('url('+this.src.replace('.jpg', '_thumb.jpg')+')');
		$(".jshowoff-slidelink-"+index).css('background-image', 'url('+this.src.replace('.jpg', '_t.png')+')');
	});
	*/
	$('#what_people_are_saying').jshowoff({ 
		cssClass: 'what_people_are_saying',
		effect: 'fade',
		controlText: { play:'Play', pause:'Pause', previous:'Previous', next:'Next' },
		controls: true,
		speed: 15000,
		autoPlay: true,
		animatePause: false,
		hoverPause: true
	});
});
