#topLeftWindow {
	background-image: url('./border/topLeft.png');
	background-repeat: no-repeat;
	width: 8px; height: 26px;
}


/* --- variable width --- */
#topMiddleWindow {
	background-image: url('./border/topMiddle.png');
	background-repeat: repeat-x;
	width: 454px; height: 26px;
}

#topMiddleCloseWindow {
	background-image: url('./border/topMiddleClose.png');
	background-repeat: no-repeat;
	width: 30px; height: 26px;
}

#topRightWindow {
	background-image: url('./border/topRight.png');
	background-repeat: no-repeat;
	width: 8px; height: 26px;
}


#upperSideLeftWindow {
	background-image: url('./border/upperSideLeft.png');
	background-repeat: no-repeat;
	width: 8px; height: 94px;
}

#upperSideRightWindow {
	background-image: url('./border/upperSideRight.png');
	background-repeat: no-repeat;
	width: 8px; height: 94px;
}


/* --- variable height --- */
#lowerSideLeftWindow {
	background-image: url('./border/lowerSideLeft.png');
	background-repeat: repeat-y;
	width: 8px;
}
/* --- variable height --- */
#lowerSideRightWindow {
	background-image: url('./border/lowerSideRight.png');
	background-repeat: repeat-y;
	width: 8px;
}

#bottomLeftWindow {
	background-image: url('./border/bottomLeft.png');
	background-repeat: no-repeat;
	width: 8px; height: 8px;
}

/* --- variable width --- */
#bottomMiddleWindow {
	background-image: url('./border/bottomMiddle.png');
	background-repeat: repeat-x;
	width: 444px; height: 8px;
}

#bottomRightWindow {
	background-image: url('./border/bottomRight.png');
	background-repeat: no-repeat;
	width: 8px; height: 8px;
}

#popUpWindowDiv {
	display: none;
	position: absolute;
	z-index: 1500;
}

#mediumImageArea {
	overflow: hidden;
	width: 400px;
	height: 400px;
	text-align: center;
}

#thumbnailImageArea {
	width: 400px;
}

#popUpWindowThumbnailArea {
	width: auto;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #FFF;
}

#popUpWindowMainImageArea {
	background-color: #FFF;
	width: auto;
	height: auto;
}

#popUpWindowLoadingImage {
	display: none;
}

#closePopUp {
	cursor: arrow;
	position: relative;
	display: block;
	left: 0px;
	top: 8px;
	width: 28px;
	height: 19px;
}
