$(document).ready(function(){
// Sample cards slideshow
	$('#screens').cycle({
		fx: 'scrollLeft',
		prev:'#prev',
		next:'#next',
		timeout:0
	})
})