$(document).ready(function()
{
	//http://flowplayer.org/tools/tabs.html#slideshow
		$("div.tabs").tabs(".images > div", {

		// enable "cross-fading" effect
		effect: 'fade',
		fadeOutSpeed: 'slow',
		autoplay:true,
		autopause:false,
		interval:"5000",
		// start from the beginning after the last tab
		rotate: true
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow();

	
	setTimeout('$("div.tabs").tabs().play()', "2000");
	//$(".columns").equalHeights(100,300);//at least 100px tall, but no more than 300px tall
	//$(".columns").hide();
});
