#majojColumn1 .videoPlus
{
	margin-bottom: 5px;
}

	#featuredVideos #fvTitle
	{
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #292626;
		margin-top: 3px;
	}
	
	#featuredVideos .videoEntry
	{
		width: 86px;
		float: left;
		margin-right: 4px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	#featuredVideos .videoEntry.lastOnRow
	{
		margin-right: 0px;
	}
	
		.videoEntry .vePicHolder
		{
			position: relative;
			width: 86px;
			height: 72px;
		}
		
			.vePicHolder .playBtnSmall
			{
				position: absolute;
				width: 22px;
				height: 22px;
				bottom: 8px;
				right: 3px;
				background-repeat: no-repeat;
				background-position: left top;
  background-image: url('/static/mimages/sprite-horiz-20120207-01.png');
  background-position: -261px top;
			}
			
			.vePicHolder .playTime
			{
				position: absolute;
				background-color: #4d4344;
				color: white;
				font-size: 11px;
				top: 0px;
				right: 0px;
			}
	
		.videoEntry .veTitle
		{
			font-size: 11px;
		}
		
			.videoEntry .veTitle a
			{
				text-decoration: none;
				color: #696969;
			}
			
#articleHeader
{
	background: none;
}

