.guide-gtwg-mark{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* background-color: #3c3c3c;
	filter:alpha(opacity=45);  
    -moz-opacity:0.45;  
    -khtml-opacity: 0.45;  
    opacity: 0.45;  */
}

.guide-gtwg-mark .guide-gtwg-close{
	position: absolute;
	right: 10px;
	top:10px;
	z-index: 1002;
}

.guide-gtwg-mark .guide-gtwg-close a{
	color: #fff;
}

.guide-gtwg-mark .guide-gtwg-close a:HOVER{
	right: 8px;
	top:8px;
	font-size: 15px;
}

.guide-gtwg-mark .container{
	position: relative;
}

.guide-gtwg-square{
	/* background-image: url("/resources/normalize/style/guide/images/square.png"); */
}

.guide-gtwg-circle{
	background-image: url("/resources/normalize/style/guide/images/circle.png");
}


.guide-gtwg-shape{
	position: absolute;
	background-size: 100% 100%;
	-moz-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.35);
	z-index: 1001;
}

