	#content-frame{
		cursor: crosshair;
	}
	#center {
                position: absolute;
		left: 50%;
		top: 50%;
		width: 45%;
		height: 50%;
      	}

	#content-inner{
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #000;
		overflow: hidden;
	}
	#content-inner img {
		position: absolute;
		background: #666;
		overflow: hidden;
		cursor: pointer;
		left: 100%;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#content-inner span {
		position: absolute;
		color: #9C9;
		font-family: 'courier new', typewriter, matrix, monospace;
		font-size: 0px;
		white-space: nowrap;
		left: -1000px;
		background: #010;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}
