.widget-kit-marqueecontent .marquee-title { 
	background-color: #226BB2;
	color: #fff;
	transform: skewX(-23deg);
    display: inline-block;
    width: 100px;
    padding: 0px 15px;
    font-weight: bold;
    position: absolute;
	left: 20px;
	z-index: 2;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-kit-marqueecontent .marquee-slide { 
	overflow: hidden;
	background-color: #999;
	margin-right: 0px;
	height: 31px;
}
.widget-kit-marqueecontent .marquee-slide .lnkMarquee {
	color: #fff;
}
.widget-kit-marqueecontent .marquee-slide.has-title {
	margin-left: 90px;
	padding-left: 30px;
	z-index: 1;
}
.widget-kit-marqueecontent .lnkMarquee { 
	margin-right: 50px;
}
.widget-kit-marqueecontent .lnkMarquee.up ,
.widget-kit-marqueecontent .lnkMarquee.down { 
	margin: 0px 15px 15px 15px;
	display: inherit;
}