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

	div.float {
		float: left;
		}

	div.float p {
		text-align: center;
 		}

	img.thumb {
		width:100px;
		height:100px;
		border-spacing:6px;
		border-style:outset;
		border-width:3px;
		border-color:#D5D5D5;
		margin:5px;
		}

	p.caption {
		font-size:10px;
		text-align:center;
		width:100px;
		margin: -6px 0px 0px 0px;
		}

	#wrapper {
		width: 70%; /* the width of the thumbnail block */
		text-align: center;
		margin: 0 auto;
		}
