$(document).ready(function(){
	$("#hotTVSlide").easySlider({
				auto: true, 
				continuous: true,
				cycle: true,
				prevId: 'prevHotTV',
				nextId: 'nextHotTV',
				quantity:3,
				hoverId:'hotTVSlideHoverArea',
				hover:true
	});
});

