div.gallery-thumbs {
	overflow: hidden; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
	margin-bottom: 2em;
}

div.gallery-thumbs div.row {
	overflow: hidden; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}

div.gallery-thumbs div.row div {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	width: 120px;
	padding: 5px;
}


div.gallery-thumbs div.row div.last {
	margin-right: 0;
}

div.gallery-thumbs img {
	border: 1px solid white;
	margin: 0 !important;
	width: 118px;
}

div.gallery-thumbs a:hover img {
	border-color: #4E5790;
}


div.gallery-thumbs div p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 90%;
}

div.gallery-thumbs a {
	text-decoration: none !important;
	display: block;
}

div.gallery-thumbs a:hover {
	text-decoration: underline !important;
}
