#cboxClose{
	cursor:pointer;
}
#cboxClose{
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}
#cboxClose:active{
	outline:0;
}
#cboxClose{
	position:absolute;
	top:15px;
	right:10px;
	display:block;
	background: url(../images/XX.png) no-repeat top center;
	width:50px;
	height:50px;
	text-indent:-9999px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
}
#cboxClose:hover{
	-webkit-transform: scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9);
}
#cboxClose:active{
	border:none;
}
#colorbox,#cboxOverlay{
	position:absolute;
	top:0; left:0;
	z-index:9999;
	overflow:hidden;
	outline: 0;
	-webkit-transform: translate3d(0,0,0);
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
}
#cboxOverlay{
	background:#000;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}


