// JavaScript Document
$(function() {	   

    $('#slideshow').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000

    });
	



	});

 $('#ActiA').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000

    });
 
  $('#ActiB').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000

    });

$(document).ready(function(){
                $("a[rel^='prettyPhoto']").prettyPhoto();
            });
