.smartmarquee {
	position: relative;
	overflow: hidden;
}
.smartmarquee .container {
	position: absolute;
}
a { cursor: pointer }
		.example {
			height: 300px;
			width: 100%;
			-moz-box-shadow: 1px 1px 5px #eee;
			-webkit-box-shadow: 1px 1px 5px #eee;
			box-shadow: 1px 1px 5px #eee;
		}
		.example .news_cont {
			margin: 0;
			padding: 0;
		}
		.example .news_cont li {
			width: 100%;
			margin: 0 0 0 5px;
			padding: 5px 0 5px 0;
			border-bottom: 1px dotted #999
		}