﻿.content .title
{
	color:red;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	height:25px;
	width:428px;
}
.content .player
{
	width:428px;
	border-top:1px gray solid;
	border-left:1px gray solid;
	border-right:1px gray solid;

	margin-right:20px;
	float:left;
}
.content .relatedVideo
{
	width:220px;
	float:left;
}
.content .relatedVideo ul
{
	
	width:220px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}
.content .relatedVideo ul li
{
	list-style-type:none;
	display:block;	
	width: 184px;
	height:66px;
	background-image:url('../images/videoButton.gif');
	background-repeat:no-repeat;	
	margin-bottom:10px;
}
.content .relatedVideo a:link, .content .relatedVideo a:visited 
{
	color:#ffffff;
}




