/* 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;
}

.lbLoading {
	background: #fff url(../images/styles/slimbox/loading.gif) no-repeat center;
}


#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/styles/slimbox/prev.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/styles/slimbox/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/styles/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/** GPO **/

#lbImage  { 
  border: 0px; 
}
#lbTopContainer {
	position: absolute;
	z-index: 9998;
	overflow: hidden;
}
#lbTop {
  height: 25px;
  background: red;
}
#lbOverlay {
  z-index: 9997;
}

#lbTopRight {
  float: right;
  height: 25px;
  width: 100px;
	background: url(../images/styles/bg_popup_top.png) right top no-repeat;
}
#lbTop {
	background: url(../images/styles/bg_popup_top.png) left top no-repeat;
}

#lbCloseLink {
  width: 31px;
  height: 18px;
  margin: 3px 4px 0 0;
  background: none;
}
#lbBottom {
  border: 0;
	background: url(../images/styles/bg_popup_bottom.png) right bottom no-repeat;
}

#lbBottomLeft {
  height: 25px;
  line-height: 25px;
  width: 100px;
	background: url(../images/styles/bg_popup_bottom.png) left bottom no-repeat;
}
#bottomHdLink { 
  color: #fff;
  float: right;
  margin-right: 15px;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
}
.hdlink {
  visibility: hidden;
}

