﻿// Initialize fadeshow

$(document).ready(function() {

//	$('#fadeshow-left').cycle();
	$('#rotate-img').cycle({
		fx: 'fade',
		speed: 3000,
		pause: 1,
		random: 1
	});
});
