$(document).ready(function(){
    $('.slider-box').cycle({
        fx: 'growX',
        speed: '4000',
        timeout: '4000',
        random: '0'
    });
	
	$('BLOCKQUOTE P:FIRST').addClass('first-p');
});
