/* <![CDATA[ */


$(document).ready(function() {
	
/* slideshow */
$(".slideshow")  
.before('<div id="nav">') 
.cycle({ 
    fx:     'fade', 
    speed:  1500, 
    timeout: 1500,
    pager:  '#nav' 	
});
$("#testimonials")  
.cycle({ 
    fx:     'scrollLeft', 
    speed:  800, 
    timeout: 6000
});
});

/* ]]> */

