﻿/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color: #000000 !important;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF !important;
}

.lbLoading {
    background: url(load.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFFF !important;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-image: url(Previous.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-image: url(Next.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 90%;
}

#lbBottom {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	border: 10px solid #FFFFFF !important;
	font-weight: normal;
	color: #666666 !important;
    font-size: 10px !important;
}

#lbCloseLink {
	background: transparent url(close.png);
	display: block;
	float: right;
	width: 55px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
