#team_list_lr {
	position: absolute;
	height: 360px;
	width: 500px;
	left: 50px;
	top: 10px;
}
#team_list_league {
	text-align: center;
	position: absolute;
	height: 30px;
	width: 500px;
	left: 0px;
	top: 5px;
}
#team_list_container {
	position: absolute;
	width: 500px;
	left: 0px;
	top: 40px;
	height: 315px;
	overflow: auto;
}
#team_list_img_container {
	position: absolute;
	width: 480px;
	left: 0px;
	top: 5px;
	height: auto;
	text-align: center;
}
.team_img_form {
	height: 80px;
	width: 80px;
	position: relative;
	padding: 5px;
	display: inline;
}

.team_list_img {
	height: 80px;
	width: 80px;
	display: inline;
}

