#scrapbook_content {
	height:543px;
	margin:0 16px;
	padding-left:30px;
	overflow:hidden;
	display:none;
	top:50%;
	margin-top:-274px;
	position:absolute;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.wide_preview_s {
	float:left;
	height:543px;
	width:549px;
	position:relative;
	margin-right:10px;
}

.white_bkg_s {
	height:537px;
	width:537px;
	position:absolute;
	margin:6px 0 0 6px;
	z-index:0;
	background:black;
	/*border-radius: 6px;*/
	overflow:hidden;
	/*box-shadow: 5px 5px 5px #888;*/
}
.webImage_s {
	width:520px;
	height:520px;
	position:absolute;
	margin:8px 0 0 8px;
	/*border-radius: 3px;*/
}
.webImage_s > img {
	position:absolute;
	z-index:0;
	/*border-radius: 3px;*/
}
.floatingDesc {
	position:absolute;
	height:520px;
	width:520px;
	z-index:1;
	cursor:pointer;
}
.floatingSquare {
	position:relative;
	float:left;
	height:260px;
	width:260px;
	overflow:hidden;
	background:url(../images/bkg/bkg_black.png);
	/*background:rgba(0,0,0,0.01);*/
}
.scrapInfo {
	width:256px;
	height:44px;
	background:white;
	opacity:0.7;
	filter:alpha(opacity=75);
	position:absolute;
	margin:260px 0 2px 2px;
}
.scrapTitle {
	position:absolute;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#313131;
	font-size:12px;
	text-transform:uppercase;
	margin-top:10px;
}
.scrapDetails {
	position:absolute;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#545454;
	font-size:10px;
	text-transform:uppercase;
	margin-top:22px;
}