/* @override http://p56479.typo3server.info/fileadmin/templates/css/s_lightbox.css */

/* LIGHTBOX - Achtung .imagescreen muss in print.css */

.b_lightbox_gallery {
	width: 100%; /* for ie */
	padding-left: 20px;
	float: left;
	display: inline; /* IE Double Float-Margin Bug */
	border: 0;
	padding: 0;
}

.b_lightbox_gallery .image, .b_lightbox_gallery .imagescreen {
	float: left;
	background: transparent;
	margin: 9px 0 0 36px;
	width: 180px; /* for IE6*/
	display: inline; /* IE Double Float-Margin Bug */
	border: 0;
	padding: 0;
	
}

.b_lightbox_gallery .imageprint {
	display: none;
}

.b_lightbox_gallery .expand {
	display: block;
	background: transparent url(../gfx/bg_expand.gif) no-repeat left top;
	margin: 0;
	border: 0;
	height: 18px;
	/*hack: Firefox 2 frisst text-indent hier nicht korrekt und verschluckt Hintergrundbild*/
	color: white;
	padding-left: 20px;
	/*text-indent: -5000px;*/
	overflow: hidden; 
	border: none;

}

.b_lightbox_gallery a:link, .b_lightbox_gallery a:visited, .b_lightbox_gallery a:hover, .b_lightbox_gallery a:active {
	float: left;
	text-decoration: none;
}

.b_lightbox_single {
	padding-left: 20px;
	float: left;
	display: inline; /* IE Double Float-Margin Bug */
	border: 0;
	padding: 0;
}

.b_lightbox_single .imageprint {
	display: none;
}

.b_lightbox_single .expand {
	display: block;
	background: transparent url(../gfx/bg_expand.gif) no-repeat left top;
	margin: 0;
	border: 0;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden; 
	border: none;
}

.b_lightbox_single a:link, .b_lightbox_single a:visited, .b_lightbox_single a:hover, .b_lightbox_single a:active {

}

/* SLIMBOX (auf jQuery) */

#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(/fileadmin/templates/gfx/lightbox/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 {
	background: transparent url(/fileadmin/templates/gfx/lightbox/prev.gif) no-repeat 0% 100%;
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/fileadmin/templates/gfx/lightbox/prev.gif) no-repeat 0% 100%;
}

#lbNextLink {
	background: transparent url(/fileadmin/templates/gfx/lightbox/next.gif) no-repeat 100% 100%;
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/fileadmin/templates/gfx/lightbox/next.gif) no-repeat 100% 100%;
}

#lbBottom {
	font-size: 10px;
	color: #333435;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(/fileadmin/templates/gfx/lightbox/close.gif) no-repeat right;
	margin: 5px 0;
}

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

#lbCaption {
	max-width:35em;
}
