// JavaScript Document
// <!-- This calls the cycle plugin to take care of the slideshow in the slogan section, div called "box" !-->
	$(function() { 
    $('#box').cycle(); 
}); 
	
	$(document).ready(function(){
	$("#controller").jFlow({
		slides: "#slides",
		//controller: ".jFlowControl", // must be class, use . sign
		//slideWrapper : "#jFlowSlide", // must be id, use # sign
		//selectedWrapper: "jFlowSelected",  // just pure text, no sign
		width: "1000px",
		height: "369px",
		duration: 400
	});	
	$.uGallery();
})

