#boatlist_gallery {
	width: 660px;
	position: relative;
}
#boatlist_gallery .list_item {
	width: 210px;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 4px;
	font-size: 10px;
	height: 185px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

#boatlist_gallery .list_item a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: block;
}
#boatlist_gallery .list_item img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#boatlist_gallery .list_item a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.display {
	height: 15px;
	width: 210px;
	background-color: #CDCD0D;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 138px;
	text-align: center;
}
.no_display {
	display: none;
	visibility: hidden;
}
