/* @override http://new.dreamingwell.com/css/portfolioLayout.css */



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

left: -1000px;
padding: 5px;
background-color: whitesmoke;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;

}

span.profileImageSpan:hover {
	background-color: #eeeeee;
}



#bottomBar {
	min-height: 150px;
}

img.portfolioThumnailImage {
	float: right; 
	border: 1px solid #cccccc; 
	margin: 7px; 
	padding: 7px;
	background-color: white;
}

/*CSS for enlarged image*/
.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
/*visibility: hidden;
left: -560px; position where enlarged image should offset horizontally */

}

/*\*//*/
  @import “/css/portfolioLayout-ie.css”;
/**/
