#showOff
{
	position: relative;
	clear: both;
	width: 692px;
	height: 497px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: white;
}

#showOff .hotVid
{
	position: absolute;
	width: 344px;
	height: 247px;
	background-color: white;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#showOff .hotVid.pos1
{
	top: 0;
	left: 0;
	z-index: 2;
}

#showOff .hotVid.pos2
{
	top: 0;
	right: 0;
}

#showOff .hotVid.pos3
{
	bottom: 0;
	left: 0;
}

#showOff .hotVid.pos4
{
	bottom: 0;
	right: 0;
}

#showOff .hotVid:hover .play
{
	opacity: 1;
}

#showOff .hotVid .play
{
	display: block;
	position: absolute;
	top: 16%;
	left: 36%;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	opacity: 0.3;
}

#showOff .hotVid .deets
{
	bottom: 0;
	color: black;
	position: absolute;
	padding: 12px 8px 0px 10px;
	left: 0px;
	right: 0px;
	z-index: 1;
	min-height: 64px;
}

#showOff .hotVid .deets div.underlay
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.9;
	background-color: white;
	z-index: 1;
}

#showOff .hotVid:hover .deets div.underlay,
#showOff .hotVid .deets div.underlay.on
{
	opacity: 1;
}

#showOff .hotVid .deets h3,
#showOff .hotVid .deets p,
#showOff .hotVid .deets a
{
	position: relative;
	z-index: 2;
	color: #0069ff;
}

#showOff .hotVid .deets p.tags
{
	position: absolute;
	top: -24px;
	left: 10px;
	margin: 4px 0px 0px 0px;
	padding: 0;
}

#showOff .hotVid .deets p.description
{
	color: black;
	margin: 4px 0px 0px 0px;
	padding:0;
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
	color: #4a4a4a;
	line-height: 0.9em;
}

#showOff .hotVid span.duration
{
	display: block;
	position: absolute;
	right: 2px;
	top: -18px;
	background-color: white;
	padding: 0px 2px;
	color: black;
	-moz-border-radius: 4px;
	font-size: 85%;
	margin-right: 5px;
}

#showOff .hotVid .buttons
{
	position: absolute;
	top: 0px;
	right: 10px;
	display: none;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style: none;
}

#showOff .hotVid .buttons li
{
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}

#showOff .hotVid .buttons a,
#showOff .hotVid .buttons span
{
	display: block;
	float: left;
	clear: none;
	padding: 2px 5px 4px;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial;
}

#showOff .hotVid .buttons span
{
	padding-right: 0;
}

#showOff .hotVid .buttons a
{
	margin: 0px 0px 0px 2px;
	-moz-border-radius: 4px;
	text-decoration: none;
	text-align: center;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
}

#showOff .hotVid .buttons a.on
{
	background-color: #0069ff;
	color: white;
}

#showOff .hotVid .buttons a.close
{
	background-color: red;
	color: white;
}

#showOff .deets h3
{
	margin: 0;
	padding: 0;
	font-size: 145%;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}

#showOff .deets h3 a
{
	color: #ffffff;
}

#showOff .hotVid img.illustration {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#showOff .hotVid div.quad-player
{
	position: relative;
	float: none;
	clear: both;
	z-index: 3;
	margin: 0;
	padding: 0;
}

#showOff.channel
{
	width: 646px;
	height: 471px;
	background-color: white;
	margin: 0px;
}

#showOff.channel .hotVid
{
	width: 321px;
	height: 233px;
}

#showOff.channel .hotVid h3
{
	font-size: 135%;
}

#showOff.channel .hotVid p.description
{
	font-size: 105%;
}

#theTop #showOff a.tv-comments
{
	position: relative;
	display: block;
	background-image: url(../img/UserReviews/comment.png);
	background-repeat: no-repeat;
	color: white !important;
	padding: 4px 1px 0px 0px;
	width: 19px;
	height: 21px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	margin: 3px 4px 0px 0px;
	overflow: hidden;
	float: left;
	top: auto;
	right: auto;
	left: auto;
}
