$(document).ready(function() {


  
		$('.rotator').innerfade({
			speed: 1500,
			timeout: 3000,
			type: 'sequence',
			containerheight: '175px'
		});
		

	$("#tassels").hover(function(){
		$("#box").slideToggle(500);
	return false;
	});


				
		
});
