body {
	margin: 5px 0 0 0;
	background-color: #FFF;
	position:relative;
}
div#wrap {
    display: none;
}
div.portfolio {
	position:relative;
	width: 680px;
	margin: 0 auto;
}
div.portfolio div.sRsltImgFrame {
	width: 680px;
	height: 680px;
	display: table;
}
div.portfolio div.sRsltImgFrame div.sRsltImgFrameCon {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 680px;
	/position: relative;
	/top: 50%;
}
div.portfolio div.sRsltImgFrame span.sRsltImgFrameConImg {
    /position: relative;
	/top: -50%;
}
div.portfolio div.sRsltImgFrame span.sRsltImgFrameConImg img {
    max-height: 660px;
	max-width: 660px;
	border: 5px solid #EEE;
}
div.caption {
	margin: 0 auto;
	width: 100%;
	font-size: 77%;
	color: #555;
	text-align: center;
    position: absolute;
    top: 680px;
}
