﻿$(document).ready(function() {
	
$('#mainImageHolder').cycle({
        timeout: 2500
    });
    
});

