﻿.gallerytable {	 /* a table style */
	font-size: 12px;
}

.galleryfolder{	/* a table style */
	border-collapse: collapse;
	background-color: #000000;
	border: 1px solid #FF6600;
	margin: 2px;
}

.gallerythumb{	/* an img style */
	border-left: 2px solid #FF6600;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
}

