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