$(document).ready(function() {
    $('#c-slider ul').anythingSlider({
        startStopped    : false,
        forwardText 	: '',
        backText		: '',
        startText		: '',
        stopText		: '',
        height			: 378,
        autoPlay        : true
    });
});	
