mpapp.awards = function() {

	var pub = {};

	pub.startSlideshow = function() {

		$('#awardsSlideShowDiv').simpleSlideshow({
			slides : [
				'assets/images/awards/awards_001.png',
				'assets/images/awards/awards_002.png',
				'assets/images/awards/awards_003.png',
				'assets/images/awards/awards_004.jpg'
				],
			preFetchImages : true,
			pause : 3500,
			fadeTime : 750,
			width : 920,
			height : 400,
			showPlayIcon : true,
			playIconOffSet : [20, 72],
			backgroundColor : '#fff',
			borderStyle : 'none'
		});
	};

	return pub;

}();
