jQuery.noConflict();
	jQuery('.statements').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 5000
	});
	jQuery('.awardslideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 4000
	});


// Transition Values and Effects
//
// blindX
// blindY
// blindZ
// cover
// curtainX
// curtainY
// fade
// fadeZoom
// growX
// growY
// none
// scrollUp 
// scrollDown
// scrollLeft
// scrollRight
// scrollHorz
// scrollVert
// shuffle
// slideX
// slideY
// toss
// turnUp
// turnDown
// turnLeft
// turnRight
// uncover
// wipe
// zoom
//
//
// Duration of slide is set in jquery.cycle.min.js
//
// JQuery Cycle Plugin - Option Reference:  http://jquery.malsup.com/cycle/options.html
