/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	cursor: pointer;
}

#lbCenter{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	border:1px solid #C2C2C2;
	background: #fff;
	padding: 2px;
}

#lbInfotext {
	top: 19px;
	position: absolute;
	width: 550px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
}

#lbInfotext h1{
	font: 11px Arial, Sans-Serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 12px;
}
*+html #lbInfotext h1{
	margin-bottom: 14px;
}
* html #lbInfotext h1{
	margin-bottom: 14px;
}

.lbLoading {
	background: transparent url(loading.gif) no-repeat center 155px;
}

#lbImage {
	position: absolute;
	top: 64px;
	left: 2px;
	border: 24px solid #fff;
	border-bottom: 11px solid #fff;
	background-repeat: no-repeat;
	z-index: 9999;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbCloseContainer {
	position: absolute;
	top: 1px;
}

#lbCloseLink {
	display: block;
	width: 54px;
	height: 38px;
	background: url(lightbox_close.gif) no-repeat center;
}

a#lbCloseLink:hover {
	background: url(lightbox_close_over.gif) no-repeat center;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	line-height: 12px;
	height: 64px;
	overflow: visible;
}

/* user code corinphila */
#lbBorderTopLeft{
	background: url(lightbox_top_left.gif) no-repeat top left;
	width: 35px;
	height: 64px;
}

#lbHeader{
	width: 100px;
	height: 64px;
	background: url(lightbox_top.gif) repeat-x top left;
	padding-left:35px;
}

#lbImageBorder{
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background: #fff;
	position: absolute;
	z-index: 9998;
}