/* JAVASCRIPT DOCUMENT
==================================*/
	
	$(function(){          
        $('#speakerRotate').jcarousel({
               scroll: 1,
               auto: '3',
               visible: '1',
               wrap: 'both'
        });
});
