body, html {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.overlay {
	width:400px;
	height:291px;
	position:absolute;
	margin:-145px 0 0 -200px;
	top:50%;
	left:50%;
        z-index: 5;
}

.slider {
	background:url(../images/dialog_overlay.png) repeat-x -45px 0;
	float:right;
	height:291px;
	width:95%;
}

.cap {
	background:url(../images/dialog_overlay.png) repeat-x -10px 0;
	float:right;
	width:5%;
	height:291px;
}

.hpbg {
	background:url(../images/screencap.jpg) no-repeat;
	margin:auto;
	width:1190px;
	height:830px;
}

.xmark {
	position:absolute;
	right:4%;
	top:18px;
	height:11px;
	width:11px;
}

.overlay_content {
	padding:70px 0 0 5%;
	text-align:center;
}

