#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #666;
	cursor: pointer;
	z-index: 1000;
}
#lbCenter, #lbBottomContainer, #lbTopContainer {
	position: absolute;
	left: 50%; padding: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}
.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}
#lbImage {
	border: 1px solid #000;
	z-index: 1000;
	padding: 10px 55px 15px 55px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.photos {
	padding: 10px;
	border: 10px solid #fff;
}
a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}
.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************
	styles for next & previous buttons as part of footer
***************************/
#lbPrevLink, #lbNextLink {
	display: block;
	width: 35px;
	height: 20px;
	outline: none;
	z-index: 900;
	overflow: hidden;
	top: -8px;
	text-decoration: none;
	color: #BBB;
	font-size: 125%;
	font-weight: bold;
}
#lbPrevLink:hover, #lbNextLink:hover {
	color: #EEE;
}
#lbPrevLink {
	float: left;
	/* background: transparent url(/fileadmin/templates/img/slimbox/sb_prevlabel.png) no-repeat center center; */
	margin-left: 15px;
}
#lbPrevLink:hover {
}
#lbNextLink {
	float: none;
	/* background: transparent url(/fileadmin/templates/img/slimbox/sb_nextlabel.png) no-repeat left; */
	margin-right: 15px;
	text-align: right;
	width: 100%;
	position: absolute; 
	right: 0; top: 1px;
}
#lbNextLink:hover {
}
#lbControls {
	display: block;
	height: 55px;
	z-index: 900;
	position: absolute;
	left: 0;
	width: 100%;
}
/**********************************/
#lbBottomContainer {
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
	z-index: 1000;
	min-height: 20px;
	padding: 0;
	background: #323132;
}
/**********************************/
#lbTopContainer {
	border: 1px solid #000;
	display: block;
	background: #323132;
	height: 1px;
	z-index: 1001;
	overflow: hidden;
	padding: 1px 0 1px 0;
}
#lbTop {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	z-index: 1000;
	min-height: 20px;
}
#lbCloseLink {
	height: 19px; width: 19px;
	background: #323132 url(../../img/closelabel.png) no-repeat;
	position: absolute;
	top: 1px; right: 5px;
	z-index: 1002;
}
#lbCaption, #lbDescription {
	margin: 0 10px 0 0;
	z-index: 0;
}
#lbNumber {
	position: absolute;
	margin: 0 ;
	height: 20px;
	display: block;
	width: auto;
	height: 20px;
	z-index: 1100;
	overflow: hidden;
}
#lbNumber UL {
	margin: 0; padding: 2px 0 0 35px;
	display: block;
	list-style: none;
}
#lbNumber UL LI {
	float: left; margin-right: 4px;
	list-style: none;
	text-align: center;
	position: relative;
}
#lbNumber UL LI A {
	display: block;
	text-decoration: none;
	border: 1px solid #777;
	border: 0;
	width: 14px; height: 14px;
	color: #CCC;
	cursor: pointer;
	top: 0; left: 0;
	font-size: 115%;
}
#lbNumber UL LI A:hover {
	border: 1px solid #FFF;
	color: #FFF;
	border: 0;
}
#lbNumber UL LI A.on {
	border: 1px solid #333;
	color: #666;
	border: 0;
}
#lbCaption {
	font-weight: normal;
	display: block;
	padding: 2px 0 0 10px;
	color: #DDD;
}
#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}
#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}
#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
.lightboxDesc {
	display: block;
}