
a{
cursor: pointer;
text-decoration:none;
}
#currentlyPlaying {
	float: left;
	padding-left: 0px;
}
#playerContainer { position: relative; height: 340px; margin-top: 0; }
.overlayOn #playerContainer { z-index: 7; }
#playerContainer #video_wrap {
	position: absolute;
	left: 17px;
	top: 22px;
	width: 528px;
	height: 280px;
	background: #121212 url(/images/skyv_background.jpg) no-repeat;
}
#video_overlay {
	background: url(/images/skyv_triple_overlay_1.gif) no-repeat;
	width: 570px;
	height: 327px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#currentlyPlaying h3 {
	font-size: 24px;
	color: #3259b8;
	font-weight: bold;
	margin: .75em 0 .45em;
}
#textInVideo {
	color: white;
	font-size: 17px;
	position: absolute;
	bottom: 70px;
	left: 195px;
	width: 146px;
	text-align: center;
	border: 0px solid red;
}
#videoThumbs {
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
	height: 136px;
	width: 570px;
	background: #3a3c3f;
}
#videoThumbs_outer {
	position: relative;
	z-index: 67;
	clear: both;
	margin-bottom: 30px;
}
#videoThumbs .thumb {
	float: left;
	margin: 11px;
	margin-right: 0;
}
#videoThumbs .data { 
	display: block;
	padding-top: 3px; 
}
#videoThumbs .data span {
	display: block;
	font-size: 11px;
	text-align: center;
	color: white;
}
#videoThumbs a {
	outline: none;
}
#videoThumbs a img {
	border: 1px solid #3a3c3f;
}
#videoThumbs a:hover img {
	border-color: #fff;
}
#videoThumbs a.activeThumb img {
	border-color: white;
}

video.iOS {
	position: relative;
	z-index: 3;
}
#videoThumbs.withScroller {
	width: 478px;
	height: 116px;
	float: left;
}
#videoThumbs_outer div.scroller {
	float: left;
	padding: 53px 12px;
	margin: 0 7px;
	background: #787878;
	background: -moz-linear-gradient(top,#404040, #707070);
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#707070));
	border: 1px solid #888;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	color: black;
	text-align: center;
	font-size: 32px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	width: 6px;
}
#videoThumbs_outer div.scroller:hover {
	background: -moz-linear-gradient(top,#404040, #808080);
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#808080));
}
a.fakeLink {
	cursor: pointer;
}
#information {
	margin-bottom: 1px;
	position: relative;
}
#select {
	color: #2662b6;
	font-size: 125%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}
#np {
	font-size: 125%;
	padding-left: 12px;
}
#np, #vid, #scene, #duration {
	float: left;
	margin-right: 22px;
}
#description {
	float: left;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 13px;
	padding: 28px 13px 10px 0;
	width: 177px;
	min-height: 462px;
	vertical-align: middle;
}
#description:first-word {
	font-weight: bold;
	font-size: 125%;
}
#videoTitle {
	padding: 12px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#zzztrims {
	height: 130px;
	background: #444;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
}
#trims {
	margin-top: 18px;
	background: #444;
	padding-right: 12px;
}
#trims .trim {
	float: left;
	margin: 12px 16px;
	margin-right: 0;
	width: 66px;
}
#trims .trim a:hover img {
	border-color: blue;
}
#trims .trim a {
	color: white;
	text-decoration: none;
}
#trims .trim a span {
	text-decoration: underline;
}
#trims .trim img {
	margin-bottom: 8px;
	border: 1px solid white;
}
#trims .selectedTrim img {
	border: 1px solid blue;
}
#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/images/products/2009/000_60.png);
	z-index: 6;
}
