/* commercial */
#special-video {
	border: solid 3px #222;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: black;
	margin: 0 0 0 15px;
	width: 960px;
	height: 540px;
}
#special-ad {
	float: right;
	margin-right: 15px;
	width: 160px;
	height: 600px;
	background-color: white;
}
#specials-all {
	list-style: none;
}
#specials-all li {
	clear: both;
	margin: 10px 0px;
	vertical-align: middle;
	line-height: 200%;
	border-bottom: dotted white 1px;
}
#specials-all li img.thumbnail {
	margin: 5px;
}
