	#container_slider_live {
	margin:0 auto;
	text-align:left;
	width:460px;
	height:60px;
	overflow:hidden;
	background-color:#161616;
	color:#FFFFFF;
}
	#slider_live {
}
#slider_live ul, #slider_live li {
	margin:0;
	padding:0;
	list-style:none;

}
#slider_live li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:460px;
	height:60px;
	overflow:hidden;
}

