#homepageVideoPlayer {
	width: 298px;
	background-color: #ffffff;
	line-height: 0px;
	border: solid #cccccc 1px;
}

#homepageVideoPlayerSWF {
	margin: 5px;
	background-color: #ffffff;
	width: 288px;
	border: 0;

}

#videoPlayerExtras {
	height: 100px;
	margin: 0px;
	padding: 6px 6px 28px 6px;
	position: relative;
}

.videoTitle {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffffff;
}

.videoDescription {
	font-family: georgia, times;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	background-color: #ffffff;
}

.videoPlayerButtons {
	position: absolute;
	bottom: 0px;
	padding: 4px;
	text-decoration: none;
	color: #666;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}
a.wliw.videoPlayerButtons  {
	color:#0079c2;
}
a.thirteen.videoPlayerButtons  {
	color:#a91b1f;
}
a.wnet.videoPlayerButtons  {
	color:#e69619;
}
.videoPlayerButtons a:hover {
	color: #000;

}
#videoPlayerPreviousButton {
	left: 0px;
}

#videoPlayerNextButton {
	right: 0px;
}

