(function($) {
                $(function() {
                    $('#slideshow').cycle({
                        fx:     'scrollHorz',
                        // timeout: <?php echo (get_option('ss_timeout')) ? get_option('ss_timeout') : '7000' ?>,
						timeout: 5000,
                        next:   '#rarr',
                        prev:   '#larr'
                    });
                })
            })(jQuery)
