// JavaScript Document


$(document).ready(function(){
	$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000, true);
});


$(function() {
	$('#one').ContentSlider({
		width : '160px',
		height : '260px',
		speed : 800,
		easing : 'easeInOutBack'
	});
});
