jQuery(document).ready(function(){
    jQuery('#slideshow').fadeSlideShow({
        width: 400,
        height: 300
		
    });
});
