$(document).ready(function() {
		$('#picHolder').cycle({ 
    	fx:      'uncover', 
    	speed:    300, 
    	timeout:  4000 
	});
});