// JavaScript Document
$(document).ready(function() {
    $('#slideshow1').cycle({
		speed:    1500,
		timeout:  7000,
		shuffle:  {left:-300, top:30},
		clip:     'zoom',
		fx:       'fade',
		before:   function(c,n,o) {$(o.caption).html(o.currFx);},
		caption:  '#caption1',
		height: 	408,
		delay:		300
    });
});
