#videos_container {
	width: 100%;
	margin-left: 10%;
	margin-right: 10%;
	overflow-x: auto;
	height: auto;
	min-height: 160px;
}

#videos_container table {

}

#videos_container td {
	
}

#videos_container div {
	width: 135px;
	background-color: #788AAD;
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-botton: auto;
	height: auto;
	min-height: 155px;
}

#videos_container img {
	padding: 5px;
	width: 120px;
	height: 90px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

#videos_container a {
	text-decoration: none;
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	
}

#videos_container a:link {
	color: #ffffff;
}	

#videos_container a:visited {
	color: #ffffff;
}	

#videos_container a:active {
	color: #ffffff;
}	

#videos_container a:hover {
	color: #ffffff;
	text-decoration: underline;
}	
