.portfolio-menu {
	margin-top: 20px;
	text-align: center;
}

.portfolio-menu a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f;
}

.portfolio-menu a:visited {
	color: #444;
	border-bottom: 1px dotted #7f7f7f;
	text-decoration: none;
}

.portfolio-menu a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #000;
	border-color: #444;
}


.gallerycontainer{
	position: relative;
	height: 460px;
}

.gallerycontainer-animals{
	position: relative;
	height: 620px;
}

.gallerycontainer-still-life{
	position: relative;
	height: 430px;
}

.gallerycontainer-industrial{
	position: relative;
	height: 550px;
}

.gallerycontainer-landscapes{
	position: relative;
	height: 480px;
}

.thumbnail img{
	margin: 0 5px 10px 0;
	border: 1px solid black;
	clear: left;
}

.thumb img{
	margin: 0 5px 10px 0;
	border: 1px solid black;
	clear: left;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	border-style: none;
	margin-left: 58px;
}

.thumbnail span p{
	border-style: none;
	text-decoration: none;
}

.thumb span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	border-style: none;
}

.thumbnail span img{
	clear: left;
	text-decoration: none;
}

.thumb span img{
	clear: left;
	border-style: none;
	text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 120px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration: none;
}

.thumb:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 205px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

.thumb:visited span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 205px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

.thumb:active span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 205px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	border-style: none;
}

.thumbnail a {
	color: black;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.thumb a {
	color: black;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.thumbnail a:hover {
	color: black;
	border-style: none;
}

.thumb a:hover {
	color: black;

}

.thumb a:active {
	color: black;

}

.thumb a:visited {
	color: black;

}

.thumbnail a:active {
	color: black;

}

.thumbnail {
	color: black;
	font: 10px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100px;
	height: 105px;
	margin-left: 75px;
}

.thumb {
	color: black;
	font: 10px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 75px;
	height: 75px;
	margin-right: 5px;
	display: inline;

}

.thumbcaption {
	position: relative;
	top: -10px;
	left: 0;
	color: black;
	font: normal small-caps normal 10px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
}