/*
 * Custom Script by Glide Design for [CLIENT NAME]
 * 
 * Author: [DEVELOPER NAME] for Glide Design
 * Author URI: http://www.glidedesign.com/
 *
 */

$(function() {

/* *************** TITLE *************** */

//Brief explanation


$('#masthead-slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 7000, // milliseconds between slide transitions (0 to disable auto advance) 
		speed: 1500, // speed of the transition (any valid fx speed value) 
		easing: 'easeInOutCubic',  // easing method for both in and out transitions
		random: true,     // true for random, false for sequence (not applicable to shuffle fx) 
		pause: true,     // true to enable "pause on hover"
		pauseOnPagerHover: true // true to pause when hovering over pager link 
	});


/* *************** TITLE *************** */

//Brief explanation






/* *********************** END SCRIPTS *********************** */

});