#on_the_move_archives_box ul {
/*
	list-style-type:none;
	list-style-position:outside;
	height:250px;
	width:100%;
	overflow:auto;
	*/
	height:200px;
}

.student_box {
	float:right;
	margin:5px 5px 10px 20px;
	display:inline;
}

.student_box .img {
/*border:2px solid red; */
}

.student_box .desc {
/*border:1px solid black; */
	width:150px;
	float:right;
}

.student_box .desc p {
	position:relative;
	left:5px;
	top:0px;
}

.student_box .img{
	float:left;
}

.student_box .desc{
	float:left;
	margin-top:10px;
/*	overflow:hidden; */
}

.student_box .desc .header{
	padding:0px 5px;
	margin-bottom:5px;
}
