/*
 * Lightbox 
 */
DIV#lightBox {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000 url(../img/layout/lightbox_logo.gif) no-repeat center bottom;
	z-index:0;
	display:none;
	overflow:hidden;
}
DIV#lightBox A.btnClose,
DIV#lightBox A.btnClose-de,
DIV#lightBox A.btnClose-en {
	position:absolute;
	top:30px;
	right:30px;
	width:84px;
	height:19px;
	background:url(../img/layout/btn_lightbox_close.gif) no-repeat 0 0;
	text-indent:-4000px;
}
DIV#lightBox A.btnClose-de {
	background:url(../img/layout/btn_lightbox_close_de.gif) no-repeat 0 0;
}
DIV#lightBox A.btnClose-en {
	background:url(../img/layout/btn_lightbox_close_en.gif) no-repeat 0 0;
}
DIV#lightBox A.btnClose:hover,
DIV#lightBox A.btnCloseDE:hover,
DIV#lightBox A.btnCloseEN:hover {
	background-position:0 -23px;
}
DIV#lightBox TABLE.wrapper {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
DIV#lightBox TABLE.wrapper TD {
	padding:60px;
}

DIV#lightBox A.btnPrev,
DIV#lightBox A.btnNext {
	position:absolute;
	display:block;
	text-indent:-4000px;
	top:50%;
	width:35px;
	height:30px;
	margin:-14px 0 0 0;
}
DIV#lightBox A.btnPrev {
	left:30px;
	background:url(../img/layout/btn_lightbox_prev.gif) no-repeat 0 0;
}
DIV#lightBox A.btnNext {
	right:30px;
	background:url(../img/layout/btn_lightbox_next.gif) no-repeat 0 0;
}
DIV#lightBox A.btnPrev:hover,
DIV#lightBox A.btnNext:hover {
	background-position:0 -32px;
}
