#gallery {
	margin: 30px -25px 0;
	overflow: auto;
}
#gallery p {
	margin: 0 25px 20px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
#gallery p a {
	padding: 0 5px;
	text-decoration: none;
}
#gallery p a:hover {
	text-decoration: underline;
}
#gallery select {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: auto;
	max-width: 400px;
}


#gallery table {
	float: left;
	margin: 0 0 0 25px;
}
#gallery th {
	background: #DEDEDE;
	padding: 4px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
#gallery img {
	width: 120px;
	height: 120px;
	background: #FFFFFF url(/inc/gallery/thumbs/clear.gif) center no-repeat;
	padding: 0;
	margin: 0;
	border: none;
}
#gallery td {
	padding-top: 6px;
	vertical-align: top;
	width: 120px;
	height: 40px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

