#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	overflow: hidden;
	}

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none;} 

#overlay img { border: none; }

#ov_center {
        position: fixed;
        display:  none;
        z-index: 102;
        width:   100%;
        height:  100%;
}

#ov_center table {
        vertical-align: middle;
        width:  100%;
        height: 100%;
}

#ov_center table .td_center {
        vertical-align: top;
        width:  680px;
        text-align: center;
}

