/*liScroll styles*/
.tickercontainer
{
	width: 880px;
	height: 27px !important;
	margin: 7px 0 0;
	padding: 0;
	overflow: hidden;
}
#CapaContenidoSector .tickercontainer
{
	width: 1000px !important;
}
.tickercontainer .mask
{
	/*that serves as a mask. so you get a sort of padding both left and right*/
	position: relative;
	left: 0px;
	top: 8px;
	width: 875px;
	overflow: hidden;
}
#CapaContenidoSector .tickercontainer .mask
{
	width: 1000px !important;
}
UL.newsticker
{
	/*that's your list*/
	position: relative;
	left: 725px;
	font: bold 0.55em Arial;
	list-style-type: none;
	overflow: hidden;
	height: auto !important;
	margin: 0;
	padding: 0;
}
#CapaContenidoSector UL.newsticker
{
}
UL.newsticker LI
{
	float: left;
	white-space: nowrap;
	/*important: display inline gives incorrect results when you check for elem's width*/
	margin: 0;
	display: block;
	padding: 0 15px;
	border-right: 1px solid #CCC;
}
UL.newsticker A
{
	white-space: nowrap;
	padding: 0;
	color: #065;
	font: bold 1em Arial;
}
UL.newsticker SPAN
{
	margin: 0;
}
UL.newsticker STRONG
{
	color: #000;
}
.NewsMarquee
{
	position: relative;
	overflow: hidden;
	height: 0px;
	margin: 0;
	padding: 0;
}
