/* <![CDATA[ */





$(document).ready(function() {

	

/* slideshow */

$(".slideshow")  

.before('<div id="nav">') 

.cycle({ 

    fx:     'fade', 

    speed:  1500, 

    timeout: 7500,

    pager:  '#nav' 	

});

$("#testimonials")  

.cycle({ 

    fx:     'scrollLeft', 

    speed:  800, 

    timeout: 6000

});

});



/* ]]> */


