	$(document).ready(function() {
	
		$("#banner").innerfade({
			animationtype: 'fade',
			speed: 1500,
			timeout: 6500,
			type: 'sequence',
			containerheight: '184px',
			runningclass: 'innerfade'
		});

		/* Start: Tab Content */
		$(".others li:first-child").css("background-image", "none");
		$(".prod li:odd").css("padding-right", "0px");
			
			  $('.tabs').tabs();
			  
		/* End: Tab Content */

		$(".thevideo").click(playTheVideo);

	});

	