/**
 * @Copyright CSSReX
 * @Website: http://www.CSSReX.com
 * This message must stay intact, read more about terms of use here: http://www.cssrex.com/terms-of-use
 * Do not change anything in this document unless you know what you are doing.
 */
DD_roundies.addRule('.round', 5, true);
$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
                speed:  1500
        });
});
