$(document).ready(function() {

	/* SLIDESHOW */
	$('.flexslider').flexslider({
		animation: "slide",
		randomize:true,
		slideshowSpeed: 3000,
		animationSpeed: 600
		//Options: https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties
	});
});