#videogallerydiv{
	width:650px;
	float:none;
	clear:both;
	margin:15px 20px;
	font-family:Verdana, sans-serif;
	height:444px;
}

#lcol{
	background-color:#3A3A3C;
	width:320px;
	height:417px;
	padding:10px;
	margin-right:5px;
	color:#FFF;
	float:left;
	clear:left;
}

#playerdiv{
	height:240px;
	width:320px;
	background-color:#000;
}

#playercontrols{
	text-align:center;
	margin:15px 0;
}

#playercontrols img{
	cursor:pointer;
}

#vidname{
	text-align:center;
}

#playlist{
	border-top:solid 5px #FFF;
	border-bottom:solid 5px #FFF;
	height:47px;
	width:340px;
	position:relative;
	left:-10px;
	background-color:#bfc0c3;
}

#plPrev{
	float:left;
	clear:left;
	height:47px;
	width:17px;
	cursor:pointer;
}

#plListHolder{
	position:relative;
	width:305px;
	height:47px;
	float:left;
	clear:none;
	text-align:center;
	background-color:#bfc0c3;
	overflow-x:hidden;
	overflow-y:hidden;
}

#plList{
	position:relative;
	overflow:hidden;
	left:0;
	width:999px;
}

#plList div{
	float:left;
	clear:none;
	height:40px;
	width:75px;
	margin:4px 10px 3px;
	cursor:pointer;
}

#plList div.xml{ display:none; }

#plNext{
	float:right;
	clear:right;
	height:47px;
	width:17px;
	cursor:pointer;
}

#rcol{
	float:left;
	clear:right;
	height:417px;
	width:255px;
	background-color:#3A3A3C;
	color:#FFF;
	padding:10px;
}

#vidinfo{
	height:330px;
	overflow-y:auto;
	overflow-x:hidden;
	line-height:2;
	padding:7px;
	color:#f6bf3a;
	font-style:italic;
}

#vidlogo{
	height:65px;
	text-align:center;
}

.header{
	font-weight:bold;
	margin:0 0 5px;
}

#introtext{
	margin:0px 20px 15px;
	width:625px;
}








