#main_bg{
background-image: url('img/espresso/espresso_bg_little.jpg');
background-repeat: no-repeat;
width: 500px;
height: 600px;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}

#black_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 2;
}

.article{
	position: absolute;
	top: 265px;
	text-align: center;
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica";
	color: #efefef;
	font-size: 1em;
	line-height: 180%;
	display: none;
}
.art_title {
position: relative;
top: -220px;
font-family: "Georgia";
font-size: 2em;
margin-bottom: 10px;
z-index: 3;
}
.article img {
position: relative;
background-image:  url("img/bg/white_bg.png");
background-repeat: repeat;
padding: 10px;
top:  -300px;
border: 1px solid #999999;
z-index:3;
display: none;
}

.article a {
	color: #5cc4eb;	
}
.espresso_show_image {
	width: 140px;
	color: #5cc4eb;	
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #5cc4eb;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	
	}
.espresso_close_box {
position: absolute;
top: 550px;
left: 210px;
cursor: pointer;
font-family: "Georgia";
font-weight: bold;
font-size: 1.5em;
color: #fff;	
z-index: 3;
display: none;
border-bottom: 1px solid #fff;
letter-spacing: 1px;
}

.article a img {
	cursor:default;
}

#next_link {
	position: absolute;
	top: 530px;
	left: 70px;
	font-family: "Georgia";
	color: #fff;
	font-size: 1.7em;
	cursor: pointer;
}

#next_link:hover {
	color: #fcdb9a;
}