﻿$(document).ready(function(){
		$("#t").cycle({ 
    		fx:     'scrollLeft', 
    		timeout: 12000, 
    		delay:  -2000
		});
});
