﻿$(document).ready(function() {
		$("#cultureimages").cycle({ fx: 'fade', speed: 1500, timeout: 6000, delay: -2000 });
		$('#sections').accordion(); ;
});