.thumbnailSheet {
	background-color: #FFFFFF;
	width: 550px;
	color: #FFFFFF;
	align: center;
}
.cornerTL {
	background-position: left top;
	background-image: url(../images/whiteborder/tl.gif);
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
}
.borderTop {
	height: 12px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	width: 526px;
}
.cornerTR {
	background-image: url(../images/whiteborder/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.center {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}
.cornerBL {
	background-position: left bottom;
	background-image: url(../images/whiteborder/bl.gif);
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
}
.cornerBR {
	background-position: right bottom;
	background-image: url(../images/whiteborder/br.gif);
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
}
.borderSide {
	background-color: #FFFFFF;
	width: 12px;
}
.thumbnail {
	border: 1px solid #FFFFFF;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

