/* the overlayed element */
.overlay {
	display:none;
	z-index:10000;
	width:auto;
	height:auto;
	background:#fff;
	border:1px solid #ddd;

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

}


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


/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	border:1px solid #ccc;
	padding:2px;
/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
*/
}




.details {
	position:relative;
	margin: 0 auto 5px auto;
	top:100%;
	width:80%;
	font-family:tahoma;
	font-size:13px;
	color:#333;
	font-size:10px;
	padding:5px;
	background:#ccc;
}

.details h1 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#5A3C32;
}

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







