
#latest-video, #latest-photo {
	margin: 0 auto;
}

#latest-updates div.update {
	float: left;
	width: 100px;
	height: 207px;
	margin: 0 21px 20px 0;
}
#latest-updates div.last {
	margin-right: 0;
}
#latest-updates p {
	font-size: 10px;
	text-align: center;
	margin: 0;
}
#latest-video-top, #latest-photo-top {
	margin: 20px auto;
}
#latest-video-text {
	float: right;
	width: 211px;
	height: 119px;
	margin: 0 0 24px 0;
}
#latest-video-text p {
	font-size: 10px;
}
#latest-video-detail {
	height: 405px;
	overflow: hidden;
	margin-bottom: 20px;
}
#latest-video-detail img.left {
	float: left;
	margin: 0 18px 0 0;
}
#latest-video-detail img.right {
	float: right;
	margin: 0 0 24px 0;
}

#latest-photo-detail {
	height: 404px;
	overflow: hidden;
	margin-bottom: 20px;
}
#latest-photo-detail img.right {
	float: right;
	margin: 0;
}
#latest-photo-detail img.left {
	float: left;
	margin: 0 0 20px 0;
}
#latest-photo-text {
	float: left;
	margin: 0;
	width: 272px;
	height: 112px;
	overflow:auto;
}

#continue {
	float: right;
	margin-bottom: 20px;
}