.imageBox {
	position: absolute;
	width: 530px;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -192px;
	/*border: 1px solid rgb(181,181,181); */
	background-color: rgb(255,255,255);
	z-index: 100;
	/* background: #666666 url(/images/cms/promptbox.jpg) no-repeat; */
}

.imageBox .imageTitle {
	position: relative;
	width: 100%;
	height: 52px;
	background: #262624 url(/images/cms/dialog_flowers.gif) bottom right no-repeat;
}

.imageBox .imageTitle h1 {
	position: absolute;
	top: 12px;
	left: 22px;
	font: normal 16px Tahoma;
	color: #fff;
	height: 20px;
}

.imageBox .imageContent {
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

.imageBox .imageMessage {
	width: 528px;
	height: 350px;
	background: #fff url(/images/cms/stippellijn_hor.gif) 1px bottom repeat-x;
	overflow: hidden;
}

.imageBox .imageMessage p {
	font: normal 11px/17px Tahoma;
}

.imageBox .imageOptions {
	position: relative;
	height: 40px;
	background: #e2e2e2;
}

.imageBox .imageOptions .buttonCancel {
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
	display: block;
	height: 17px;
	width: 120px;
	padding: 3px 0 0 0;
	font: bold 11px Tahoma;
	color: #575555;
	text-decoration: none;
	background: url(/images/cms/button_bg.gif) repeat-x;
	border: 1px solid #a6a6a4;
}

.imageBox .imageOptions .buttonCancel .buttonIcon {
	float: left;
	margin: -1px 10px 0 6px;
	width: 16px;
	height: 16px;
	padding-left: 25px;
	text-decoration: none;
	color: rgb(32,32,36);
	background: url(/images/cms/icon_cancel_16.gif) no-repeat;
}

.imageBox .imageContent .imageMessage #Thumbview {
	width: 528px;
	height: 350px;
	background: url(/images/cms/stippellijn_hor.gif) 0 58px repeat-x;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails {
	width: 503px;
	padding: 0 0 0 25px;
	list-style: none;
	float: left;
	margin: 0;
	clear: none;
	height: 290px;
	overflow: auto;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails li {
	float: left;
	margin: 10px 17px 0 0;
	list-style: none;
	width: 102px;
	height: 130px;
	position: relative;
	text-align: center;
	display: block;
	overflow: hidden;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails li .display:link, .imageBox .imageContent .imageMessage #Thumbview .Thumbnails li .display:visited {
	display: block;
	border: 1px solid #cecece;
	width: 100px;
	height: 100px;
	font: normal 1.1em Tahoma, Arial, sans-serif;
	position: relative;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails li .display:hover, .imageBox .imageContent .imageMessage #Thumbview .Thumbnails li .display:active {
	border: 1px solid #ababab;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails li.boxImage .display img {
	margin: auto;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails li.boxDirectory .display {
	background: #fbf9f9 url(/images/cms/box_icon_dir.gif) 35px 36px no-repeat;
}

.imageBox .imageContent .imageMessage #Thumbview .pages {
	margin-bottom: 10px;
}

.imageBox .imageContent .imageMessage #Thumbview .pages a:active, .imageBox .imageContent .imageMessage #Thumbview .pages a:link, .imageBox .imageContent .imageMessage #Thumbview .pages a:visited {
	color: rgb(38, 38, 36);
	text-decoration: underline;
}

.imageBox .imageContent .imageMessage #Thumbview .pages a:hover {
	text-decoration: none;
}

.imageBox .imageContent .imageMessage #Thumbview .Thumbnails .th_text {
	color: #3f3e3a;
	text-decoration: none;
	font: normal 10px Tahoma;
	clear: both;
}

.imageBox .imageContent .imageMessage #Thumbview .showPath {
	background-image: url(/images/cms/path_img.gif);
	background-repeat: no-repeat;
	width: 452px;
	height: 17px;
	margin: 18px 0 19px 25px;
	float: left;
	padding: 5px 0 0 11px;
	clear: none;
}

.imageBox .imageContent .imageMessage #Thumbview .showPath li {
	font: bold 11px Tahoma, Arial, Verdana, sans-serif;
	color: #747470;
	list-style: none;
	display: inline;
}

.imageBox .imageContent .imageMessage #Thumbview .showPath li a:link, .imageBox .imageContent .imageMessage #Thumbview .showPath li a:visited {
	color: #747470;
}

.imageBox .imageContent .imageMessage #Thumbview .showPath li a:hover, .imageBox .imageContent .imageMessage #Thumbview .showPath li a:active {
	text-decoration: none;
}

.imageBox .imageContent .imageMessage #Thumbview .showPath li .linkToRoot {
	display: block;
	height: 22px;
	width: 24px;
	margin: -5px 4px 0 0;
	float: left;
}

.imageBox .imageContent .imageMessage #Thumbview .pathPos {
	color: #e58822;
}

.previewDIV {
	display: block;
	border: 1px solid #cecece;
	width: 100px;
	height: 100px;
	font: normal 1.1em Tahoma, Arial, sans-serif;
	position: relative;
}