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

.thumb {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	width: 75px;
	height: 75px;
	background-color: #000000;
	margin: 5px;
	padding: 3px;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;

}

.start_thumb {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	width: 60px;
	height: 60px;
	background-color: #000000;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.adminThumb {
	width:90px;
	height:130px;
	float:left;
	background-position: center center;
	text-align:center;
}

.adminScanThumb {
	width:75px;
	height:75px;
	background-position: center center;
	text-align:center;
}

.scanThumb {
	width:60px;
	height:60px;
	text-align:center;
	background-position: center center;
	float:left;
	margin: 5px;
	
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
}
