/*slimbox*/#lbOverlay {	position: fixed;	z-index: 9999;	left: 0;	top: 0;	width: 100%;	height: 100%;	background-color: #000;	cursor: pointer; }#lbCenter, #lbBottomContainer {	position: absolute;	z-index: 9999;	overflow: hidden;	background-color: #fff;	text-align: center;	margin-top: -20px; }#lbCenter {	-webkit-border-top-left-radius: 5px;	-webkit-border-top-right-radius: 5px;	-moz-border-radius-topleft: 5px;	-moz-border-radius-topright: 5px;	border-top-left-radius: 5px;	border-top-right-radius: 5px; }#lbBottomContainer {	-webkit-border-bottom-right-radius: 5px;	-webkit-border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-moz-border-radius-bottomleft: 5px;	border-bottom-right-radius: 5px;	border-bottom-left-radius: 5px; }#lbBottom {	margin: 10px; }.lbLoading {	background: #fff url(loading.gif) no-repeat center; }#lbImage {	border: solid 7px #fff;	background-repeat: no-repeat;	background-position: center 50%;	position: absolute;	top: 0;	left: 0;	margin-right: auto;	margin-left: auto; }#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 50%;	outline: none medium; }#lbPrevLink {	left: 0; }#lbPrevLink:hover {	background: url(prev.png) no-repeat 0 15%; }#lbNextLink {	right: 0; }#lbNextLink:hover {	background: url(next.png) no-repeat right 15%; }#lbNextLink {	right: 0; }#lbNextLink:hover {	background: transparent url(next.png) no-repeat 100% 15%; }#lbBottom {	font-size: 10px;	color: #666;	line-height: 1.4em;	text-align: left;	border-color: #fff;	border-style: none solid solid;	border-width: 0; }#lbCaption {	font-size: 11px; }#lbNumber {	font-size: 10px;	margin-top: 5px; }#lbCloseLink {	float: right;	width: 18px;	height: 18px;	background: url(close.png) no-repeat center;	position: relative;	margin-top: 5px;	outline-style: none; }#lbCaption { }