.imgcontainer{
	width: 156px;
	height: 156px;
	overflow:hidden;
	float:left;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../Portfolio/dogs/thumbnails/thumbShadow.jpg);
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

.imgcontainer:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.imgcontainer:focus, .imgcontainer a:focus {
	outline: none;
}


#logo {
	height: 0px;
	width: 0px;
	position: relative;
	margin-top: -582px;
	float: left;
	margin-left: 25px;
	display: inline;
}

