    jQuery(function(){

		$('div.bottom-box-left marquee').marquee('pointer').mouseover(function () {
            $(this).trigger('stop');
        }).mouseout(function () {
            $(this).trigger('start');
        });
				
			$('#slideshow').cycle({
				timeout: '10000'
			})
    });
