#sf4tube_cs
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid black;
	height: 150px;
	overflow: hidden;
	width: 645px;
}
#sf4tube_cs ul
{
	height: 90px;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 10px;
	position: relative;
}
#sf4tube_cs ul li.c
{
	cursor: pointer;
	filter: alpha(opacity = 50);
	float: left;
	height: 130px;
	margin: 0 10px 0 0;
	opacity: 0.5;
	width: 78px;
}
#sf4tube_cs ul li.c:hover
{
	filter: alpha(opacity = 100);
	opacity: 1;
}
#sf4tube_cs ul li.c div.n
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: white;
	color: black;
	float: right;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 2px 2px 0 0;
	padding: 0px 0 2px 1px;
	text-align: center;
	width: 21px;
}
#sf4tube_vs
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid black;
	display: none;
	height: 150px;
	overflow: hidden;
	width: 645px;
}
#sf4tube_vs ul
{
	height: 90px;
	list-style: none;
	margin: -45px 0 0 0;
	padding: 0 0 0 10px;
	position: relative;
	top: 50%;
}
#sf4tube_vs ul li.v
{
	cursor: pointer;
	filter: alpha(opacity = 50);
	float: left;
	height: 100px;
	margin: 0 10px 0 0;
	opacity: 0.5;
	padding-top: 14px;
	text-align: center;
	width: 120px;
	background-repeat: no-repeat;
}
#sf4tube_vs ul li.v:hover
{
	filter: alpha(opacity = 100);
	opacity: 1;
}
#sf4tube_vs ul li.v div.n
{
	background-color: black;
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 2px 0 0;
	text-align: center;
	display: inline;
}
#sf4tube_vs ul li.v div.i
{
	margin-top: 10px;
}
#sf4tube_b
{
	display: none;
	float: left;
	left: 13px;
	position: relative;
	top: -147px;
}
#sf4tube_p
{
	color: black;
	display: block;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	width: 645px;
}
