#lightbox{
	background-color:#eee;
	padding:  10px 10px 15px 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ text-align:center; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

.l_links {
  margin-top: 17px;
  font-size: 0.9em;
  color: #ddd;  
}

.l_links a{
  color: #E36534;  
}

#overlay img{ border: none; }
#overlay2 img{ border: none; }

#overlay{ 
text-align: left;
background-image:  url(../img/overlay75.png); 
padding-bottom:55px; /* IE apacios uzdengimas */
}

#overlay2{ 
text-align: left;
background-image:  url(../img/overlay100.png); 
padding-bottom:55px; /* IE apacios uzdengimas */
}

* html #overlay {
	background-color: #000;
	background-image:  url(../img//blank.gif);
	filter: Alpha(opacity=75);
}

* html #overlay2 {
	background-color: #000;
	background-image:  url(../img/blank.gif);
	filter: Alpha(opacity=100);
}


