$(function() {
    $('.photosm').cycle({ 
    fx:    'curtainX', 
    speed:  500,
	timeout: 8000
 });
});