// JavaScript Document
// JavaScript Document
// scrollUp/Down/Left/Right
// slideX/slideY
// shuffle
// turnUp/Down/Left/Right
// zoom
// fadeZoom
// blindX
// blindY
// blindZ
// growX
// growY
// curtainX
// curtainY
// cover
// uncover 
// toss
// wipe


$(function() {
	
	$('#slideshow1').cycle({
		fx:    'fade',
		speed:  3000,
		timeout:  6000,
		next:   '#next', 
    	prev:   '#prev',
		pause:  1 
 	});
    
    function onBefore() {
        $('#title').html(this.alt);
    }
});
