.ssbOverlay
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000000;
	z-index: 100;
	cursor: pointer;
}
.ssbMain
{
	position: absolute;
	background-color: #ffffff;
	padding: 20px;
	width: 640px;
	height: 360px;
	z-index: 200;
}