$(document).ready(function(){ 
	        	$('.work-slideshow ul').cycle({ 
    				fx:     'fade',
    				pager:  '.work-pager',
    				timeout: 0
				});

				$(".work-rt a").hover(function () {$(this).children('span').fadeIn(100);}, function () {$(this).children('span').fadeOut(500);});
});
