@charset "utf-8";
/* CSS Document */

#thumbnails {
	text-align:center;
	float: left;
	width: 125px;
}

#thumbnails img{
	border: 0;
}

#fullsize {
	text-align:center;
	height: 550px;
	float: right;
	width: 400px;
}

#caption {
	text-align: center;
	vertical-align:bottom;
}

#clear {
	clear:both;
}
