#holder {
	background-color: #BC993F;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	z-index: 10;
}

#playerembed {
	position: relative;
	top: -7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.diveIn a {
	position: absolute;
	height: 11px;
	width: 41px;
	margin: 6px 0px 0px 138px;
}

#controlButtons {
	position: relative;
	top: -10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 360px;
	text-align: center;
}

#videoHolder {
	background-color: #7B7B7B;
	width: 293px;
	height: 284px;
	_height: 295px;
	border: 1px solid white;
	padding: 5px 5px 5px 5px;
	color: White;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	z-index: 5;
}
 
#embeddedVideo {
	vertical-align: top;
	position: relative;
	top: -12px;
	z-index: 10;
	height: 271px;
	width: 383px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#clickMe {
	background-image: url(/images/miniUber.gif);
	z-index: 100;
	width: 383px;
	height: 280px;
	position: absolute;
	z-index: 1000;
}

#clickMe a {
	cursor: pointer;
}

#clickMe a:hover {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.pointer a {
	cursor: pointer;
}

.pointer a:hover {
	cursor: pointer;
}

#videoPlayer {
	width: 280px;
	height: 220px;
	_height: 210px;
	z-index: 10;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
}

#playerDiv {
	width: 280px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

#debugDiv {
	visibility: hidden;
	position: absolute;
}

#timeDiv {
	visibility: hidden;
	position: absolute;
}

#whiteDivider {
	border-bottom: 1px solid White;
	margin: 5px 0px 5px 0px;
}

.thumbnail {
	border: 1px solid white;
	margin-bottom: 5px;
	background-image: url(/images/buttonClickToPlay.gif);
}

* html a:hover {
	visibility: visible;
}

.thumbnail img {
	width: 70px;
	height: 53px;
}

.thumbnail a:hover img {
	visibility: hidden;
}

/* media player buttons */
.prev a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/media_btn_prev.gif') top left no-repeat;
	margin: 0px 2px 0px 100px;
}

.prev a:hover {
	background-position: -22px 0;
}

.mute a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/buttonMute.gif') top left no-repeat;
	margin: 0px 0px 0px 0px;
}

.unMute a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/buttonUnMute.gif') top left no-repeat;
	margin: 0px 0px 0px 0px;
}

.play a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/media_btn_play.gif') top left no-repeat;
	margin: 0px 2px 0px 126px;
}

.play a:hover { background-position: -22px 0;}
	
.pause a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/media_btn_pause.gif') top left no-repeat;
	margin: 0px 2px 0px 126px;
}

.pause a:hover { background-position: -22px 0;}
	
.next a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: url('/home/images/media_btn_next.gif') top left no-repeat;
	margin: 0px 2px 0px 152px;
}

.next a:hover { background-position: -22px 0;}