@charset "utf-8";

/* this stylesheet controls the create page */

.galselbox {
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	border: solid 1px #003399;
}

.galselboxempty {
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	border: solid 1px #fff;
}

.galselbox img {
	clear: both;
	
}