/* SLIMBOX     */

/*#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #d78062;
	cursor: pointer;

}*/

#lbCenter, #lbBottomContainer {
	z-index : 15;  /*puts it over the top of hovered thumbnail*/
	position: absolute;
	left: 50%;border--: 1px solid purple;

	/*overflow: hidden;*/
/*	background-color: #fff;
*/}

#lbCenter {

	background: transparent url(../../../images/module/slimbox/slimbox_bg760.png) repeat 0 0;

}

.lbLoading {
	background: #fff url(../../../images/module/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid transparent;
	background-repeat: no-repeat;

}



#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: -10px;
	width: 60%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: transparent url(../../../images/module/slimbox/prevlabel.png) no-repeat 0% 15%;
left: -74px;
}



#lbNextLink {
	background: transparent url(../../../images/module/slimbox/nextlabel.png) no-repeat 100% 15%;
right: -74px;
}

#lbBottom {
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 1.3em;
	text-align: left;
	border: 10px solid transparent;		
	border-top-style: none;
}

#lbBottomContainer {
	border: 1px solid purple--;
	background: transparent url(../../../images/module/slimbox/slimbox_bg_lbBottom_760.png) repeat-x 0px 0;

	/*overflow: hidden;*/
/*	background-color: #fff;
*/}

#lbBottom #lbNumber {
	color: #999;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 64px;
	height: 22px;
	background: transparent url(../../../images/module/slimbox/closelabel.gif) no-repeat center;
	margin: 10px 0;
}

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

#lbCaption {
	font-weight: bold;
}
