#lightbox{
	background:url(/files/jsp/web/images/modal/tiao2.gif) repeat;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	cursor : pointer;
}
.title{
	line-height: 20px;
	color: #191514;
	TEXT-ALIGN:center;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{font-size:14px;font-weight:bolder;}
#keyboardMsg{TEXT-ALIGN:right;}
#closeButton{ top: 5px; right: 5px;}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	z-index:1;
	position:absolute; /* Always needed	*/
}

#innerContent{
	position:relative;
}
#outContent{
	overflow:hidden;
	max-width:900px;
}
.preAndNext{
	text-align:center;
	background: transparent url(/files/jsp/web/images/icon/next.gif) no-repeat scroll 0% 0%; width: 55px; height: 22px; padding-left: 3px;
}
