#qtPlayer {
	width: 440px;
	height: 356px;
	position:fixed;
	left:50%;
	top:30%;
	margin:-70px 0 0 -245px;
	padding-top: 5px;
	background: black;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	z-index: 99999;
}

#ytPlayer {
	width: 440px;
	height: 356px;
	background: black;
	position:fixed;
	left:50%;
	top:30%;
	margin:-70px 0 0 -245px;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	z-index: 99999;
}

#qtCover {
	position:relative;
	z-index: 10;
	width: 120px;
	height: 90px;
	cursor: pointer;
	float: left;
}

#qtThumb {
	position:absolute;
	width: 120px;
	height: 90px; 
	z-index: ;
}

#qtVidInfo {
	float: right;
	text-align: left;
	width: 655px;
	height: 90px;
	padding-top: 5px;
	float: right;
}

#container {
	border: 1px solid black;
	width: 800px;
	margin: 0 auto;
}

#holder {
	border: 1px solid black;
	width: 788px;
	height: 92px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

#thumb {
	float: left;
	width: 120px;
	height: 90px;
	border: 1px solid black;
	float: left;
	cursor: pointer;
	position: relative;
}

#vidInfo {
	float: right;
	text-align: left;
	width: 655px;
	height: 90px;
	padding-top: 5px;
}

#ytCover {
	position: absolute;
	z-index: 2;
}

#ytPlayer1 {
	width: 470px;
	height: 360px;
	background-image: url('bg.png');
	margin: 0 auto;
	margin-top: -400px;
	display: none;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	z-index: 99999;
}

#fade {
	display: none;
	background: black;
	opacity:0.4;
	filter:alpha(opacity=50);
	z-index: 9999;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
}

#disMsg {
	position: absolute;
	padding: .5em;
	background: #e3e3e3;
	border: 1px solid #bfbfbf;
	z-index: 10;
}

.disable {
	position:relative;
	z-index: 10;
	border: 1px solid black;
	width: 120px;
	height: 90px;
	cursor: help;
	float: left;
	opacity:0.6;
	filter:alpha(opacity=50);
}

.play {
	position:relative;
	z-index: 10;
	border: 1px solid black;
	width: 120px;
	height: 90px;
	cursor: pointer;
	float: left;
	opacity:0.6;
	filter:alpha(opacity=50);
}

.hoverThumb {
	cursor: hand;
}

.contribHolder {
	width: 305px;
	height: 40px;
}

.from {
	width: 150px;
	float: left;
	margin-top: 13px;
}

.logo {
	width: 150px;
	float: right;
}

.seeMoreHolder {
	width: 305px;
	height: 40px;
}

.seeMoreText {
	width: 150px;
	float: left;
	margin-top: 13px;
}

.seeMoreLogo {
	width: 150px;
	float: right;
}