$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
$(document).ready(function() {
    $('.pemextv').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
// execute your scripts when the DOM is ready. this is mostly a good habit
$(document).ready(function() {
	// initialize scrollable together with the autoscroll plugin
	$(".scrollable").scrollable({circular: true}).autoscroll({ autoplay: true });
});
