﻿$(document).ready(
	function(){
		$('.spotlights_box ul').innerfade({
			speed: 500,
			timeout: 8000,
			type: 'sequence',
			containerheight: '140px'
		});
});
