#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#modalbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#btnClose {
	outline:none;
	width: 16px;
	float: right;
	padding-bottom: 16px;
}

#container-data-box {
	overflow:auto;
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #ccc;
	height: 700px;
	width: 1200px;
}

#thumbnail:hover {
	opacity: .5;
	cursor:pointer;
}

#product-images { display: inline-block; padding: 3px; margin: 2px 2px 25px 2px; /*float: left;*/overflow: auto; height: 235px; width: 1150px;background:#f2f2f2;border:solid 1px #ddd; }
#image { float:left;padding:4px;margin:2px 3px; border: solid 1px #ddd; background:#fff; }
.features-table { width: 1160px !important; }

.features-table td:nth-child(1)
{
  font-weight: bold;  
}
.features-table td:nth-child(2)
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}

#product { float:left; }

#sec-nav { float:right; }

.cancel{ background: url("../images/cancel.png") no-repeat center center; cursor:pointer; }

.waiting_b{ background: #fff url("../images/circle_ball.gif") center center no-repeat !important; }
	