﻿$(document).ready(function () {
	$('.Awards').cycle({
		fx: 'fade'
	});
})
