#gallery {
	margin: 30px 0 0 -30px;
	overflow: auto;
}
#gallery p {
	margin: 0 30px 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 30px;
}
#gallery th {
}
#gallery img {
	width: 120px;
	height: 120px;
	background: #EDEDED url(/inc/gallery/thumbs/clear.gif) center no-repeat;
}
#gallery td {
	padding-top: 6px;
	vertical-align: top;
	width: 120px;
	height: 40px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

