body {
			font-family: Arial;
			font-size: 14px;
		}
		a { cursor: pointer }
		.example {
			height: 250px;
			-moz-box-shadow: 1px 1px 5px #999;
			-webkit-box-shadow: 1px 1px 5px #999;
			box-shadow: 1px 1px 5px #999;
		}
		.example ul.container {
			margin: 0;
			padding: 0;
		}
		.example ul.container li {
			width: 100%;
			margin: 0 0 0 5px;
			padding: 5px 10px 5px 0;
			border-bottom: 1px dotted #999
		}
.smartmarquee {
	position: relative;
	overflow: hidden;
}
.smartmarquee .container {
	position: absolute;
}