.simple_overlay {

	display:none;
	z-index:10000;
	background-color:#333;
	top:-360px !important;
	left:140px !important;
	

	width:auto;	
	min-height:auto;
	border:1px solid #666;

	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close {
	background-image:url(../imgs/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	position:relative; 
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}

.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}
