#facebox {	
  position: absolute;
  top: 20%;
  z-index: 65560;
	padding: 20px;
  text-align: left;
	border-radius: 4px;
	background: #fff url('../images/facebox/popup_cart_bg.png') no-repeat top left;
	box-shadow: #000 0px 0px 10px;
}

#facebox .close{
	position: absolute;
	top: 5px;
	right: 5px;
	background:url('../images/facebox/popup_close.png') no-repeat;
	border: none;
    width: 51px;
    height: 16px;
	float: none;
	display: block;	
	cursor: pointer;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
	background-color: #666666;
	z-index: 65558;
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
  z-index:-100;
}
