jQuery(function($){$('#testPrev span').fadeTo(0,0.0);$('#testNext span').fadeTo(0,0.0);$('#testPrev').hover(function(){$('#testPrev span').fadeTo(350,1.0)},function(){$('#testPrev span').fadeTo(350,0.0)});$('#testNext').hover(function(){$('#testNext span').fadeTo(350,1.0)},function(){$('#testNext span').fadeTo(350,0.0)})});jQuery(function($){$('#testTextSlide').cycle({fx:'fade',timeout:100000,next:'#testNext',prev:'#testPrev',cleartype:1})});jQuery(function($){$('#testImgSlide').cycle({fx:'scrollLeft',timeout:10000})});
