// JavaScript Document

$(function() {
	
	$('#screenshots1 div').simpleslider({
        interval 		: 4000,
		speed			: 1000,
		easing			: 'swing',
		transition		: 'fade',
		auto			: true,
		navigation		: false,
		buttons			: false
	});
	
	$('#screenshots2 div').simpleslider({
        interval 		: 4000,
		speed			: 1000,
		transition		: 'fade',
		auto			: true,
		navigation		: false,
		buttons			: false
	});
	

});
