/*
*Author     : Matthew Allan Newman, Move Social Networking Platform
*Description: Move SNP Version 1.0
*
*Copyright (c) 2008-2009
*Matthew Allan Newman & Move Social Networking Platform,
*All rights reserved.
*Refer to license included with the distribution.
*/


Demo_1 = new Carousel($('scroller-1'), $$('#scroller-1 .slide'), $$('#main-1 a.carousel-jumper', '#main-1 a.carousel-control'), {
    duration: 2.5,
    selectedClassName: 'selected',
    auto: true,
    frequency: 10.0
});