.filebox {
	background-color: #FFFFFF;
	
	margin-right: 5px;
	margin-bottom: 5px;
	
	padding-top: 10px;
	
	cursor: pointer;
	
	width: 68px;
	height: 63px;
	
	text-align: center;

	float: left;
}
.filebox_normal {
	border: 1px solid #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.filebox_over {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.filebox_image_div {
	height: 44px;
	width: 59px;
	
	margin: auto;
	margin-bottom: 4px;
}
.filebox_text_div {
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	text-decoration: none !important;
}
#modules_imagegallery {
	padding-top: 5px;
	
	margin-left: 1px;
}