/* - - - - - - - - - - - - - - - - - - - - -Title : Lightbox CSSAuthor : Kevin HaleURL : http://particletree.com/features/lightbox-gone-wild/Created : January 13, 2006Modified : February 1, 2006/* ---------- BUTTON ---------- */.button ul {	list-style-type: none;	margin: 15px 0px 15px 0px;	padding: 0px;}.button li {	list-style-type: none;	margin: 0px;	padding: 0px;}.button li a {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 12px;	padding: 10px 10px;	color: #ffffff;	text-decoration: none;	background-color: #CB8118;}.button li a:hover {	color: #ffffff;	background-color: #B37114;}/* ---------- TEXT ---------- */.bigheader {	font-family: "Times New Roman", Times, serif;	font-size: 33px;	line-height: 40px;	color: #0F9FA4;	font-weight: normal;}.subheader {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	color: #6C6C6C;}.amenitiestext {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #6C6C6C;}/* ---------- LIGHTBOX ---------- */#lightbox{	display:none;	overflow: scroll;	position: absolute;	top:50%;	left:50%;	z-index:9999;	width:800px;	height:500px;	margin:-270px 0 0 -400px;	border:1px solid #fff;	background:#ffffff;	text-align:left;}#lightbox[id]{	position:fixed;}#overlay{	display:none;	position:absolute;	top:0;	left:0;	width:100%;	height:100%;	z-index:5000;	background-color:#133132;	-moz-opacity: 0.8;	opacity:.80;	filter: alpha(opacity=65);}#overlay[id]{	position:fixed;}#lightbox.done #lbLoadMessage{	display:none;}#lightbox.done #lbContent{	display:block;}#lightbox.loading #lbContent{	display:none;}#lightbox.loading #lbLoadMessage{	display:block;}