.students {
	padding: 10px;
	background-color: #02869b;
	color: #fff;
	font-style: italic;
	overflow: visible;
	margin-top: 45px;
	display: none;
}
.students img {
	margin-top: -45px;
	float: left;
	margin-right: 10px;
}
.student_info {
	font-size: 12px;
	color: #e1e1e1;
}
.gallery {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	margin-bottom: 20px;
}
.thumbs {
	margin-top: 10px;
}
.thumbs img {
	border-style: solid;
	border-width: thin;
	border-color: #485050;
	margin-left: 3px;
}
.thumbs img:hover {
	cursor: pointer
}
.thumbs img:first-child {
	margin-left: 1px;
}
.thumbs img:nth-child(7) {
	margin-left: 1px;
}
.you_tube {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #02869b;
}
