/* styles */
#gallery {
	margin: 0 auto;
	padding: 10px;
	border: 0;
	}

/*

	image: 125 x 125
	outer: 135 x 170

*/
#gallery .thumb {
	float: left;
	width: 135px;
	height: 170px;
	margin: 8px;
	background: #EEF;
	border: 2px solid black;
	}
#gallery .thumb:hover {
	background: #DFD;
	}
#gallery .thumb .inner {
	width: 135px;
	height: 135px;
	text-align: center;
	}
#gallery .thumb .inner a {
	display: block;
	width: 135px;
	height: 125px;
	padding: 4px 0;
	}
#gallery .thumb span a {
	display: block;
	width: 135px;
	height: 37px;
	text-align: center;
	line-height: 1;
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	}
#gallery .thumb span a:visited {
	color: purple;
	}
#gallery .thumb span a:hover, #gallery .thumb span a:active {
	text-decoration: none;
	}
#gallery .thumb img {
	border: 0;
	}

/*

	catdescription

*/
div#catdescription {
	background: #FEE;
	color: #000;
	padding: 1em 4em;
	margin: 1em 2em;
	text-align: center;
	}
#catdescription h3 {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	}


