div.galleryThumbs img{
	border: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.galleryCategories span{
	color: #FFFFCC;
}

div.galleryCategories a{
	margin-left: 6px;
	padding: 3px 10px 3px 10px;
	background: #006b6e;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	text-decoration: none;
	line-height: 30px;
}


div.galleryCategories a.over{
	background: #00FF33;
}

div.galleryCategories a:hover{
	background: #339966;
}

#scrollPane{
	width: 655px;
	height: 180px;
	overflow: auto;
	padding: 5px;
	margin-bottom: 20px;
}

#catList{
	background: #CCCCCC;
	border: 1px solid black;
	padding: 5px;
}