$(document).ready(function() {

	ddsmoothmenu.init({
		mainmenuid: "smoothmenu1", 
		orientation: 'h', 
		classname: 'ddsmoothmenu', 
		contentsource: "markup" 
	});

	$(".slidetabs").tabs(".images > .myshow", {
	
		// enable "cross-fading" effect
		effect: 'fade',
		fadeOutSpeed: 'slow',
	
		// start from the beginning after the last tab
		rotate: true
	
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({autoplay: true,interval:7000,clickable:false});

	$('a[rel^=lightbox]').lightBox({fixedNavigation:true});

});
