body {
	font: 12px Arial, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
}

table td {
	vertical-align: top;
}

ul#playlist {
	list-style: none;
	margin: 0;
	clear: both;
}
ul#playlist li {
	float: left;
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 10px 10px 0;
	background-color: #000;
}
ul#playlist li a {
	margin: 1px;
	display: block;
	opacity: 0.8;
	filter : alpha(opacity=80); 
	overflow: hidden;
	width: 80px;
	height: 80px;
}
ul#playlist li a:hover {
	margin: 1px;
	display: block;
	opacity: 1;
	filter : alpha(opacity=100); 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}