.jticker .jtick {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jticker .jlabel {
	float: left;
	white-space: nowrap;
	margin-right: 0.75em;
}
.jticker .cycle-slideshow {
	overflow: hidden;
}
.jticker:after {
    content: ' ';
    display: block;
    clear: both;
}
