

#videoContainer {
	position:absolute;
	height:350px;
	width:425px; 
	float:left;
	display:none;
	margin-top:32px;
}

.videoIcons {
 	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	width: 30px;
	height: 32px;
	margin-left:5px;
	float:left;
}

#videoContent {
	height:350px;
	width:425px;
	clear:both;
	border:1px solid #ccc;
	display:block;
}

#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}
