$(document).ready(function()
{
	$('.slidediv').hover(function() { $(".imgover", this).stop().animate({left:'270px'},{queue:false,duration:200}); },
	function() { $(".imgover", this).stop().animate({left:'0px'},{queue:false,duration:200}); });
	$('#tabs').tabs({ fx: { opacity: 'toggle' } });
});
