
#triggers img {
	cursor:pointer;
	/*margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;*/

	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display: none;
	
	/* place overlay on top of other elements */
	z-index: 10000;
	
	/* styling */
	/*background-color:#333;*/
	background-color: #FFFFFF;
	
	/*width:675px;*/
	/*width: 820px;*/
	/*min-height: 200px;*/
	border: 1px solid #666;

	/*margin-top: 10px;*/
	/*padding-top: 20px;*/
	/*padding-bottom: 62px;*/
	padding-bottom: 20px;
		
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.details p {
	font-weight: bold;
}

.simple_overlay h3, .simple_overlay h4, .simple_overlay p {
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
}

.simple_overlay img {
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 20px;
}


.details {
	padding-top: 20px;
	width: 800px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	/*background-image: url(close_label.gif);*/
	background-repeat: no-repeat;
	position: absolute;
	/*right:-15px;
	top:-15px;*/
	/*right: 20px;*/
	right: 5px;
	/*bottom: 20px;*/
	/*top: 20px;*/
	top: 5px;
	cursor: pointer;
	height:35px;
	width:35px;
	/*height: 22px;
	width: 66px;*/
	/*color: #000000;*/
}

