			
$(function () {
 $('#slider').anythingSlider(); // add any non-default options here
});


$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' , // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		random:  1 
	});
    $('.slideshow2').cycle({
		fx: 'scrollDown' , // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		random:  1 
	});
		 $('.slideshow3').cycle({
		fx: 'scrollUp' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	     $('.slideshow4').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

			
			
$(function () {
 $('#slider').anythingSlider(); // add any non-default options here
});
