﻿/* --------------------------------------------- LIGHTBOX STYLES */

#lightbox {
	background: transparent url('../images/gallery-popupbg.png') no-repeat left;
	width: 405px;
	height: 393px;
	padding-top: 164px;
	padding-left: 54px;
	position: absolute;
	top: 120px;
	left: 32%;
	right: 78%;
}

#lightboxCaption {
	margin-top: 14px;
	text-align: right;
	font-size: 11px;
	color: #333;
	font-style: italic;
	padding-bottom: 5px;
}

#keyboardMsg a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	padding: 3px 3px 3px 3px;
	font-size: 1.0em;
	color: #fff;
	background: #000;
}

#lightboxDetails {font-size: 0.8em; padding-top: 0.4em; float: left;}
#lightbox img{border: none;} 
#overlay img{border: none;}
#keyboardMsg {font-size: 1em; margin-top: 10px; text-align: right;}
