$(document).ready(function(){
	$("div.nav ul").tabs("#SlideList ul > li",{

	// enable "cross-fading" effect
	effect: 'fade',
	fadeInSpeed: 'medium',
	fadeOutSpeed: "medium",

	// start from the beginning after the last tab
	rotate: true,
	current: 'active',
	tabs: 'li'
	

	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
		interval: 7000,
		autoplay: true
		});





});
