/* Imagebox  */
.image-box-container {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index:100;

	left: 50%;
	margin-left:-25%;
	
	width: 670px;
	background: no-repeat 0 0;
}
.image-box-content {

}
.image-box-header {
	color: #1d89aa;
	font-size: 1.2em;
	border-bottom: #eee 1px solid;
	margin:0 17px;
}
.image-box-header .button-close{
	float: right;
	color: #000;
	padding-right: 4px;
	padding-left: 10px;
	cursor: pointer;
	cursor: hand;
}
.image-box-container-top {
	background:  0 0 no-repeat;
	padding-top: 17px;
}
.image-box-container-bottom {
	background: 0 100% no-repeat;
	padding-bottom: 17px;
}
.image-box-container-middle {
	width:670px;
	background: 0 0 repeat-y;
}
table.image-box-preview-container {
	margin: 10px auto 0 auto;
}
table.image-box-preview-container td span, table.image-box-preview-container td img {
	cursor: pointer;
	cursor: hand;
}
table.image-box-preview-container td {
	border: 0;
	width: 40px;
	text-align: center;
}
table.image-box-preview-container td.arrow {
	vertical-align: middle;
	font-size: 1.6em;
}
table.image-box-preview-container td.arrow span{
	border-bottom: 1px dotted;
}
.image-box-image {
	text-align: center;
	margin: 10px 0 0 0;
}
.image-box-image img {
	margin: auto;
}