#list_surround table:nth-of-type(n+4) tbody:hover .animetitle:after {
	content: '';
	position: fixed !important;
	display: block !important; 
	width: 200px !important;
	height: 284px !important;
	margin-top: -26px !important;
	top: 100px !important;
	right: 155px !important;
	background-repeat: no-repeat !important;
	background-size: 200px 284px !important;
	border: ridge 5px rgba(255, 255, 255, 1);
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 25;
}

#mal_control_strip a {
	color: rgb(255,255,255) !important;
	background: none repeat scroll 0% 0% transparent !important;
	background-color: rgba(0,0,0,0.3) !important;
}

#list_surround td.table_header a:hover {
text-decoration: none !important;
}