.overlayContent_background{
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.overlayContent_loading{
	background-color: white;
	background-image: url('../demo/overlayContent/img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.overlayContent_closeButton{
	background-image: url('../demo/overlayContent/img/close.png');
	float: right;
}

.overlayContent_previousButton{
	background-image: url('../demo/overlayContent/img/previous.png');
}

.overlayContent_nextButton{
	background-image: url('../demo/overlayContent/img/next.png');
}

.overlayContent_comment{
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 500px;
}

.overlayContent_contentTopBorder{
	background-color: white;
	height: 10px;
}

.overlayContent_contentLeftBorder{
	background-color: white;
	width: 10px;
}

.overlayContent_contentRightBorder{
	background-color: white;
	width: 10px;
}

.overlayContent_contentBottomBorder{
	background-color: white;
	height: 10px;
}

.overlayContent_contentToplineBorder{
	background-color: white;
	height: 10px;
}

.overlayContent_contentInlineBorder{
	background-color: white;
	height: 10px;
}


.overlayContent_content{
	background-color: white;
	color: #222222;
	font-family: "arial";
	font-size: 14px;
	width: 250px;
	height: 230px;
	text-align: left;
	vertical-align: top;
}


.overlayContent_contentTitle{
	background-color: white;
	color: #222222;
	font-family: "arial";
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}

.overlayContent_contentNote{
	background-color: white;
	color: #222222;
	font-family: "arial";
	font-size: 13px;
	text-align: right;
	vertical-align: top;
}

.overlayContent_contentDescription{
	background-color: white;
	color: #222222;
	font-family: "arial";
	font-size: 13px;
	text-align: justify;
	vertical-align: top;
}

.overlayContent_topArea{
	height: 40px;
}

.overlayContent_middleArea{
	height: 40px;
}

.overlayContent_bottomArea{
	height: 30px;
}