/* ------------------------------------------------
	Cascading Style Sheet 

	Application:	Slimbox - the ultimate lightweight Lightbox clone
	Date: 			maart 2007
	Edit by: 		Pim Hoogendoorn
	Website: 		http://www.digitalia.be/software/slimbox
-----------------------------------------------------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	cursor: pointer;
	}
#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	}
.lbLoading { background: #fff url(../images/_slimbox/loading.gif) no-repeat center; color: #000; }
#lbImage { border: 10px solid #fff; }
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}
#lbPrevLink { left: 0; border: 0; }
#lbPrevLink:hover { background: transparent url(../images/_slimbox/prev.gif) no-repeat 0% 30%; }
#lbNextLink { right: 0; border: 0; }
#lbNextLink:hover { background: transparent url(../images/_slimbox/next.gif) no-repeat 100% 30%; }
#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1em;
	text-align: left;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	}
#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 20px;
	background: transparent url(../images/_slimbox/close.gif) no-repeat right top;
	margin: 5px 0;
	border:0; 
	}
a:hover#lbCloseLink { background-position: right bottom; }
#lbCaption, #lbNumber { margin-right: 71px; color: #999;}
#lbCaption { font-size: 1.2em; font-weight: bold; color: #000; }

