
 
.triggers {
	margin-top:0px;
	text-align:center;
}
 
#triggers img {
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.overlprisij {
	
	/* initially overlay is hidden */
	display:none;
	z-index:10000;
  position:absolute;
	background-image:url(http://www.reals.lt/include/jquery/tools/images/white.png);
	padding:30px;

	/* a little styling */	
	font-size:11px;
}

.apple_overlay5 div.close {
	background-image:url(http://www.reals.lt/include/jquery/tools/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

