img{border:none;}
#hotTVSlide ul, #hotTVSlide li{
	margin:0;
	padding:0;
	list-style:none;

}

#hotTVSlide li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:180px;
	height:180px;
	overflow:hidden;
	margin:0;
	padding:0; 
}

#hostSlide ul, #hostSlide li{
	margin:0;
	padding:0;
	list-style:none;
}

#hostSlide li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	overflow:hidden; 
}
