@charset "utf-8";
/* CSS Document */

#gridY, #gridX {
	position: fixed;
	z-index:999999;
	width:99.9%;
	height:1px;
	display:none;
	cursor: pointer;
	color:#000;
	text-align:center;
}
	#gridX {
		border-top: solid 1px #ff0000;	
	}
	#gridY {
		height:99.9%;
		border-left: solid 1px #ff0000;
		width:1px;
	}
		.grid span {
			display:block;
			width: 60px;
			background-color:#e3e3e3;
			margin:4px;
			
			-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		}
	#gridX {
		
	}
	.super-grid {
		position:absolute;
		z-index:9999;
		display: none;
		height:100%;
	}
		#super-grid-holder {
			width:1024px;
			border-right: solid 1px #ff0000;	
		}
		
	.ui-grid-96 {
		border-right: solid 1px #ff0000;
		float:left;
		display:block;
		width: 96px;
		height:100%;	
	}
	.ui-grid-120 {
		border-right: solid 1px #ff0000;
		float:left;
		display:block;
		width: 120px;
		height:100%;	
	}
	.ui-grid-180 {
		border-right: solid 1px #ff0000;
		float:left;
		display:block;
		width: 180px;
		height:100%;	
	}