// JavaScript Document

<!--CYCLE PLUGIN-->
$(document).ready(function() {
    $('#mainbanner_slideshow').cycle({
        fx:     'scrollLeft',
        speed:  1000,
		pause: 1,
		//easing: 'bounceout', 
        pager:  '#nav',
		timeout: 10000,
		delay:   10000,
		slideExpr: '.slide-container'
    });
	
	
	
});

