.gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	float: left;
	clear: right;
	margin-top: 15px;
	margin-bottom: 3px;
}
.gallery a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 4px;
	padding-left: 17px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
.gallery a:hover {
	background-color: #333333;
}
.gallery a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 4px;
	padding-left: 17px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
