/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100% !important;
	background-color: #000;
	cursor: pointer;
	display:none;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 1000;
	margin-top:50px;
}


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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
	z-index: 1000;
}

#lbPrevLink_fr,#lbPrevLink_en,#lbPrevLink_nl,#lbNextLink_fr,#lbNextLink_en,#lbNextLink_nl {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 1000;
}

#lbPrevLink_fr {
	left: 0;
	z-index: 1000;
}

#lbPrevLink_fr:hover {
	background: transparent url(../images/prevlabel_fr.gif) no-repeat 0% 15%;
	z-index: 1000;
}
#lbPrevLink_en {
	left: 0;
	z-index: 1000;
}

#lbPrevLink_en:hover {
	background: transparent url(../images/prevlabel_en.gif) no-repeat 0% 15%;
	z-index: 1000;
}
#lbPrevLink_nl {
	left: 0;
	z-index: 1000;
}

#lbPrevLink_nl:hover {
	background: transparent url(../images/prevlabel_nl.gif) no-repeat 0% 15%;
	z-index: 1000;
}

#lbNextLink_fr {
	right: 0;
	z-index: 1000;
}

#lbNextLink_fr:hover {
	background: transparent url(../images/nextlabel_fr.gif) no-repeat 100% 15%;
	z-index: 1000;
}
#lbNextLink_en {
	right: 0;
	z-index: 1000;
}

#lbNextLink_en:hover {
	background: transparent url(../images/nextlabel_en.gif) no-repeat 100% 15%;
	z-index: 1000;
}
#lbNextLink_nl {
	right: 0;
	z-index: 1000;
}

#lbNextLink_nl:hover {
	background: transparent url(../images/nextlabel_nl.gif) no-repeat 100% 15%;
	z-index: 1000;
}

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

#lbCloseLink_fr {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel_fr.gif) no-repeat center;
	margin: 5px 0;
	z-index: 1000;
}
#lbCloseLink_en {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel_en.gif) no-repeat center;
	margin: 5px 0;
	z-index: 1000;
}
#lbCloseLink_nl {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel_nl.gif) no-repeat center;
	margin: 5px 0;
	z-index: 1000;
}


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

#lbCaption {
	font-weight: bold;
	z-index: 1000;
}


#sliderWrapper{
  width:275px;
  height:51px;
  overflow: hidden;

}

#sliderInner{
  height:45px;
  display:inline;
}
#sliderLeftArrow{
  height:45px;
  width:20px;
  display:inline;
  background-color:black;
  color:white;
  cursor:normal;
  visibility:hidden;
}
#sliderRightArrow{
  height:45px;
  width:20px;
  display:inline;
  background-color:black;
  color:white;
  cursor:normal;
  visibility:hidden;
}