var timer;

$(document).ready(function(){


	// ================================================================================================
	// Activate thumbnail viewer if there is one
	jQuery.noConflict();
	$(".shots").yoxview({
			backgroundColor: '#000000',
			playDelay: 5000
	});


});
