h1{
	font-size:50px;
	color:white;
	text-align: center;
}

#videos{
	position:absolute;
	top:29px;
	left:60px;
}

#liste{
	color:#fff28d;
	position:relative;
	text-align: center;	
	padding-top:5px;
	width:280px;
	height:320px;
	border-top: thin dashed;
	border-bottom: thin dashed;
	border-color: black;
	overflow-y:auto;	
	overflow-x:hidden;
}
#liste div{
	margin:7px;
	background-color:#000000;
	display:inline-block;
	width:70px;
	height:53px;
}

#liste a{
	display:inline-block;
	width:70px;
	height:53px;
}


#liste img{
	width:70px;
	height:53px;
}

#liste .selected{
	border:3px solid white;
	margin:4px;
}

#vidText{
	position:absolute;
	top:35px;
	left:660px;
	text-align:center;
	font-size:20px;
}

h2{
	position:relative;
	left:-50%;
}

#player {
	position:absolute;	
	top:60px;
	left:420px;	
	width:500px;
	height:360px;
	background-color:#000000;
}

#video {
	height:100%;
	width:100%;	
}


