
	#fcLightsOut{
			position:fixed;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			background-color:#111;
			opacity:0.7;
			z-index:9999;
		}
		

	#fcOverlay{
		position:fixed;
		z-index:9999;
		width:900px;
		max-width:90%;
		height:auto;
		left:50%;
		top:50%;
		text-align:center;
	}
	
	#fcOverlay #fcWrap{
		background-color:#fff;
		border-radius:4px;
		box-shadow:1px 1px 8px #000;
		overflow:auto;
		width:100%;
		height:100%;
	}
		
		
	#fcOverlay a.fcOverlayClose{
			position:absolute;
			top:-8px;
			right:-6px;
			width:23px;
			height:23px;
			display:block;
			border-radius:50%;
			z-index:1003;
			text-align:center;
			background-color:#999;
			cursor:pointer;
			color:#fff;
			text-shadow:0px 0px 2px #444;
			text-decoration:none;
			font-size:26px;
			font-weight:bold;
			font-family:Arial, Helvetica, Sans-serif;
			line-height:24px;
			box-shadow:0px 0px 3px #999;
			border:solid 1px #fff;
			transition:background-color 0.5s;
		}
		#fcOverlay a.fcOverlayClose:hover{
			background-color:#333;
		}
			
	#fcOverlay 	#fancyCubeImage{
		max-width:100%;
		max-height:100%;
	}
	#fcOverlay 	.nextFC{
		position:absolute;
		z-index:9000;
		font-size:36px;
		color:#fff;
		right:-40px;
		top:50%;
		margin-top:-20px;
		opacity:0.4;
		transition:300ms;
		cursor:pointer;
	}
	#fcOverlay 	.prevFC{
		position:absolute;
		z-index:9000;
		font-size:36px;
		color:#fff;
		left:-34px;
		top:50%;
		margin-top:-20px;
		opacity:0.4;
		transition:300ms;
		cursor:pointer;
	}
	#fcOverlay 	.prevFC:hover,
	#fcOverlay 	.nextFC:hover{
		opacity:1;
	}