$(function() {
    $('#CustomSlideshow ').cycle();
	
	    $('#SmallSlideshow').cycle({
        fx: 'custom',
        cssBefore: { left: 300 },
        animIn:  { left: 0 },
        animOut: { left: -300 }
    });	
});




