//Script for Homepage
//$(function(){
//		$('#slide2').loopedSlider({
//			autoStart: 5000,
//		restart: 10000,
//			autoHeight: 0
//		});
//	});


$(function() {
    $('#featuredcnt').cycle({
        fx:      'fade,scrollLeft,scrollRight',
        timeout: 10000, 
    	speed:   1500,
        prev:    '#back',
        next:    '#next, #slide1'
    });
});

$(function() {
    $('#whowearecnt').cycle({
        fx:      'scrollLeft',
        timeout: 3000, 
		height:  'auto',
    	speed:   800,
        prev:    '#back2',
        next:    '#next2, #slide2'
    });
});
