.closewindow{
	z-index: 2;
	cursor: hand;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	right: 10px;
	float: right;
	top: 10px;
	font-weight: bold;
}
.imgCaption {
	text-align: center;
	display: block;
}
img.mlearning {
	border: 1px solid #eee;
}

.popupw_big {
	overflow: auto;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #335573;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: solid #eeeeee 1px;
	visibility: hidden;
	width: 390px;
	text-align: left;
	z-index: 2;
	position: absolute;
	height: 390px;
}
.popupw_big p{
	margin-top:0px;
	margin-bottom:10px;
}
