// JavaScript Document
$(document).ready(function(){
//	jQuery(".navButtons").tabs("#photoRotator .images > div", {effect: 'fade',fadeInSpeed:"slow",fadeOutSpeed:"slow",interval:6000,rotate: true}).slideshow();
//	window.setTimeout(function(){jQuery(".navButtons").data("slideshow").play();},6000);
});

