/*
 *		Master JavaScript Handling
 *		Copyright (c) 2010 OVMS ( http://www.ov-ms.com )
 *		All Rights Reserved.
 */
$(document).ready(function () {
	$(".slideshow").cycle({
		fx: 'fade',
		timeout: 4000,
		speed: 1500
	});
});