table#videos img {
	padding: 0;
	border: none;
	float: none;
	height: 59px;
}

table#videos tr {
	padding-bottom: 10px;
}

table#videos td div.video_sm {
	position: relative;
	width: 79px;
	height: 59px;
	overflow: hidden;
}

table#videos div.video_sm div.video_sm_overlay {
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/site/video_sm_overlay.png",sizingMethod='crop');
}

table#videos div.video_sm div.video_sm_overlay[class] {
	background: url("/images/site/video_sm_overlay.png") no-repeat;
}

table#videos div.video_sm div.video_sm_overlay a {
	display: block;
	width: 100%;
	height: 100%;
}

table#videos td.description {
	line-height: 1.3em;
	padding-left: 20px;
}