//General rotators through out the site
//using the jquery.cycle.all.js
//can use any container as the slideshow framework
//each first child element will become a slide, content can be anything
/*common page slideshows   - add this to add navigation ".after('<div id="nav">')" */
jQuery('.slideshow').cycle({ 
    fx:     'fade', 
    speed:   1000, 
    timeout: 3000, 
    //pager:  '#nav'
});
