$(document).ready(function() {
			$('#slideshow').cycle({
			cleartype: true,
			timeout: 8000,
			pause: true,
			before: function() {
			$('#slideshow span').css('display','none');
			},
			after: function() {
			$('span', this).css({opacity: '0.9'}).slideDown();
			}
			});
			});
			
					$(document).ready(function() {
				$('#logo_slide').cycle({ 
    fx:    'scrollDown', 
    sync:   0, 
    timeout: 10000 
});
				});
		
			
			
			