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

#contentLeft {
	width: inherit;
}

div.listingContainer {
	position: relative;
	min-height: 200px;
}

.prettyPhotoDiv{
	float: right;
	margin-left: 15px;
	padding: 5px;
	background-color: white;
	border: 1px solid #999999;
	width: 350px;
	height: 200px;
	overflow: hidden;
	
	
}


.prettyPhotoDiv  a img {
	position: absolute;
	overflow: hidden;
}



h3 {

}


.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”;
/**/

