/*
	-- -- -- -- -- -- --
	MULTI-MEDIA INTERACTIVE
	Description: Global Page Rules
	Last Update: 6/12/2011
	Authors: Ryan Schoch
	Copyright 2011 Multi-Media Interactive 
	
	Dependencies
	 - jquery.js
	 - cycle.js
	-- -- -- -- -- -- --
*/

$(function() {
    $('#carousel .imgs').cycle ({
		fx: 'fade',
		speed: 1000, 
	    timeout: 5000, 
	    pager: '#carousel .nav',
		pagerAnchorBuilder: function() {
			return '<span></span>';
		}	
	});
});
