/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbNumber a, #lbNumber a:visited {
	color:#8c969e;
	text-decoration:none; }
	
#lbNumber a:hover {
	color:#ffffff;
	text-decoration:underline;
}
	

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #122332;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

.lbLoading {
	background: #fff url(http://tlrnewmedia.com/clients/rr/projects/site/library/images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #122332;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	padding: 0px;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://tlrnewmedia.com/clients/rr/projects/site/library/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://tlrnewmedia.com/clients/rr/projects/site/library/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #687076;
	line-height: 1.4em;
	text-align: left;
	border-right: 10px solid #122332;
	border-bottom: 10px solid #122332;
	border-left: 10px solid #122332;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 11px;
	background: transparent url(http://tlrnewmedia.com/clients/rr/projects/site/library/images/closelabel.gif) no-repeat center;
	margin: 0px;
	padding-top: 4px;
}

#lbCaption, #lbNumber {
	margin: 0px 71px 0px 0px;
}

* html #lbCaption{
	display:none;
}

#lbCaption {
	font-weight: bold;
}


