/* Init Cycle */
$(document).ready(function() {
$('.sma-quotes-home').cycle({ 
    fx:     'fade', 
	cleartype:  false, // disable cleartype corrections
    timeout: 11000,
	speed: 400,
	next: '#next',
	prev: '#prev'
});
});
