/*
 * Custom Script by Glide Design for Hagitec
 * 
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 *
 */
 
/* *********************** BEGIN JQUERY ********************** */

jQuery(function() {

/* *************** wp-cycle for Homepage Slideshow *************** */

jQuery(document).ready(function(){	
		
		
	jQuery("#masthead").cycle({ 
		fx: 'fade',
		speed:    2000, 
		timeout:  12000,
		cleartype:  true,
		cleartypeNoBg:  true
	});	

	jQuery('#masthead-slide').css('width',jQuery(window).width());
	jQuery('#masthead-slide .slide-container').css('width',jQuery(window).width());
		
	jQuery(window).bind("resize", function () {
		jQuery('#masthead-slide').css('width',jQuery(window).width());
		jQuery('#masthead-slide .slide-container').css('width',jQuery(window).width());		
	});


});

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

//Brief explanation





});

/* ************************ END JQUERY *********************** */