.theBest
{
	text-align: center;
}
	.theBest .video
	{
		width: 600px;
		height: 125px;
		margin: 10px auto;
		background: url(../../gfx/theBest.png) no-repeat;
	}
		.theBest .video .content
		{
			text-align: left;
			margin: 0px 10px 10px 122px; 
			padding-top: 11px;
		}
			.theBest .video .content .img
			{
				background: white;
				width: 120px;
				padding: 4px;
				border: 1px solid #d9d9d9;
				float: left;
			}
				.theBest .video .content .img img
				{
					width: 120px;
					height: 92px;
				}
				.theBest .video .content .right
				{
					float: left;
					margin: 5px 25px 5px 5px;
					width: 275px;
				}
					.theBest .video .content .right p
					{
						margin: 0px;
						color: #454545;
						padding: 0px;
					}
						.theBest .video .content .right p.desc
						{
							margin-bottom: 6px;
							color: #737373;
							height: 48px;
						}
					.theBest .video .content .right h2, .theBest .video .content .right h2 a
					{
						font-size: 12px;
						margin: 0px 0px 5px 0px;
						color: #454545;
						font-size: 11px;
						height: 23px;
					}
	
