
.video_desc {
	width: 100%;
	color: #fff;
	position: absolute;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
    height: 20px;
	background-image: url('../images/pixel.png');
}

.video_desc p {
	margin: 0px;
	padding: 0px 25% 0px 15%;
	text-align: left;
	position: absolute;
	top: 50%;
}

.video_player {
/*
    height: 80%;
    width: 50%;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -25%;
    background-color: #000000;
*/
	width: 100%;
    background-color: #000000;
	position: absolute;
	height: 80%;
	top: 74px;
	/*height: 100%;*/
	/*top: 0px;*/
	/*bottom: 0px;*/
}

#video_mixed_holder {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -25%;
    width: 80%;
}

.video_viewer {
	height: 60%;
    width: 50%;
    position: absolute;
    top: 0px;
    /*right: 0px;*/
    left: 50%;
    margin-left: -25%;
    background-color: #000000;
    -moz-box-shadow: 3px 3px 12px #000000;
	-webkit-box-shadow: 3px 3px 12px #000000;
	box-shadow: 3px 3px 12px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=45, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=45, Color='#000000');
}

#static_video_holder {
    position: absolute;
    height: 60%;
    width: 50%;
    top: 0px;
}

.vids_holder_vis {
	position: absolute;
	width: 100%;
	height: 100%;
}

.vid_descr {
	position: absolute;
	left: 50%;
	bottom: 120px;
    display: none;
}