/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

var last = 0;
$(document).ready( function() {
    $('#cimgs_nav').scrollable({
        // basic settings
        vertical: false,
        size: 1,
        clickable: false,

        // up/down keys will always control this scrollable
        keyboard: 'static'
    }).navigator({
        navi: '#cnav',
        naviItem: 'a',
        activeClass: 'current'
    });
//    $('#cpages').scrollable();
} );
