.RGalleryBoxTable .element {
	border: 1px solid #ccc;
	padding: 7px;
	-moz-border-radius: 5px;
	text-align: center;
}

.RGalleryBoxTable .element:hover {
	background-color: #eee;
	border-color: #555;
}

.RGalleryBoxMain {
	text-align: center;
	margin: 0;
	list-style-type: none;
	padding: 0 5px;
}

.RGalleryBoxElement {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.RGalleryBoxTable {
	display:inline;
}
