/*
 *	master.js
 *	Copywrite 2011 Alexander Rolek - a.rolek at gmail.com
 */

$(function(){	
	$('#slideshow-wrapper').cycle({ 
	    fx:     	'scrollLeft',
		timeout: 	4000,
	 	pause: 		true,
		random: 	true
	});		
})
