/* SLIMBOX */

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

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

#lbInfotextajax {
	top: 19px;
	position: absolute;
	width: 980px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
}

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

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

#lbImageajax {
	background-repeat: no-repeat;
}

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

#lbPrevLinkajax {
	left: 0;
}

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

#lbNextLinkajax {
	right: 0;
}

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

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

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

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

#lbCaptionajax, #lbNumberajax {
}

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

#lbCaptionajax a {
	color: #fff;
}
#lbCaptionajax a:hover{
	color: #aaa;
}

/* user code corinphila */
#lbHeaderajax{
	width: 100px;
	height: 64px;
	background: url(lightbox_top.gif) repeat-x top left;
	padding-left:35px;
}