﻿    jQuery(document).ready(function () {

	document.getElementById('slideshowmycarousel').className = 'jcarousel-skin-feature-nav';
	
        jQuery('#slideshowmycarousel').jcarousel({
            start: 1
            // set which feature panel to start at
            // More configuration goes here. Documentation here: http://sorgalla.com/projects/jcarousel/
        });
    });
