.vids{
	border:1px dashed #CCC;
	width:123px;
	float:left;
	height:150px;
	margin:5px;
	padding:5px;
}

#video_player a{
	color:#333;
}

#video_player{
	text-align:center;
	border-bottom:1px dashed #CCC;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	overflow:none;
}

#video_player iframe{
	width:520px;
	height:430px;
	border:0px;
}

