@charset "utf-8";/* SLIMBOX (Customized version) */#lbOverlay {	position: absolute;	background-color: #FFFFFF;	cursor: pointer;	margin: 0px;	padding: 0px;	overflow: hidden;}#lbCenter {	padding: 0px;	overflow: hidden;	background-color: #FFFFFF;	border: 1px solid #333333;	position: absolute;	left: 50%;	margin:0px;	top: 50%;}.lbLoading {	background: url(css-images/loading.gif) no-repeat center;}#lbCanvas {	border: 0px;	margin: 0px;	padding: 0px;	overflow: hidden;	position: relative;}#lbCanvas iframe {	border: 0;	margin: 0;	padding: 0;	overflow: hidden;}#lbCanvas img {	border: 0; margin: 0; padding: 0;}#lbPrevLink {	display: block;	width: 80px;	background:url(css-images/prev-mays.gif) no-repeat left center;	margin: 0px 0px 0px 4px;	padding: 0px;	position: absolute;	left: 0px;	top: 0px;	height: 100%;	outline:none;}#lbPrevLink:hover {	background: url(css-images/prev-mays2.gif) no-repeat left center;	outline:none;}#lbPrevLink:active {	outline:none;}#lbNextLink {	display: block;	width: 80px;	background:url(css-images/next-mays.gif) no-repeat right center;	margin: 0px 4px 0px 0px;	padding: 0px;	position: absolute;	top: 0px;	right: 0px;	height: 100%;	outline:none;}#lbNextLink:hover {	background: url(css-images/next-mays2.gif) no-repeat right center;	outline:none;}#lbNextLink:active {	outline:none; }#lbBottomContainer {	position: absolute;	overflow: hidden;	border: solid 1px #999999;	background-color: #FFFFFF;	padding: 0;	left: 50%;	display: none;}#lbBottom {	text-align: left;	margin: 0;	padding: 0;	}#lbCloseLink {	position: absolute; 	top: 8px; right: 12px;	width: 66px;	height: 22px;	background: transparent url(css-images/closelabel.gif) no-repeat center;	margin:0; padding:0;}#lbCaption {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 18px;	color: #333333;	font-weight: bold;	margin: 12px 0 0 12px;}#lbDescription {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 14px;	color: #333333;	font-weight: normal;	margin-left: 12px;}#lbNumber {	font-size: 10px; 	line-height: 12px; 	color: #999999; 	font-weight: normal;	margin: 8px 0 8px 12px;}