#demos ul, #links ul {
	list-style-type: none;
	padding-left: 2px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 40px;
	width: 400px;
}
#demos li {
	clear: both;
	margin:4px;
}
#demos li a {
	padding-right: 4px;
}
#demos li a span {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-bottom:5px;
	text-indent: -10000px;
	background: url(/assets/images/ctrls.gif) no-repeat;
}
a span.stop { background-position: 0px 0 !important; }
a span.play { background-position: -20px 0 !important; }
a span.pause { background-position: -40px 0 !important; }
a:hover span.stop { background-position: 0px -20px !important; }
li a:hover span.play { background-position: -20px -20px !important; }
li a:hover span.pause { background-position: -40px -20px !important; }
#demos li a span.stop { display: none; }
#demos li.playing a span.play { display: none; }
#demos li.playing a span.stop { display: block; }
#demos li b { cursor: pointer; padding-left: 5px; }
#loadWaitIcon {
	position: relative;
	left: 100px;
	top: -150px;
	color: #009a7e;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}