.lbox-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.lbox {
	outline: none;
	text-decoration: none;
}

.lbox-active-anchor img {
	visibility: hidden;
}
.lbox-gallery .lbox-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.lbox-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.lbox-wrapper, .lbox-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.lbox-image-blur {
}
.lbox-number {
	font-weight: bold;
	color: gray;
}
.lbox-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.lbox-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.lbox-dimming {
	position: absolute;
	background: black;
}
a.lbox-full-expand {
   background: url(fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.lbox-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.lbox-credits,
a.lbox-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.lbox-credits:hover,
a.lbox-credits:hover i {
	color: white;
	background-color: gray;
}
.lbox-move, .lbox-move * {
	cursor: move;
}
.lbox-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(close.png);
	/* NOTE! For IE6, you also need to update the lbox-ie6.css file. */
}

.lbox-maincontent {
	display: none;
}
.lbox-header {
	padding-bottom: 5px;
}
.lbox-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.lbox-header ul li {
	display: inline;
	padding-left: 1em;
}
.lbox-header ul li.lbox-previous, .lbox-header ul li.lbox-next {
	display: none;
}
.lbox-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.lbox-header a:hover {
	color: black;
}
.lbox-header .lbox-move a {
	cursor: move;
}
.lbox-footer {
	height: 11px;
}
.lbox-footer .lbox-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.lbox-body {
}
.lbox-resize {
	cursor: nw-resize;
}

/* */
.draggable-header .lbox-header {
	height: 16px;
}
.draggable-header .lbox-header .lbox-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	left: 0;
	right: 16px;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .lbox-header .lbox-move * {
	display: none;
}
.draggable-header .lbox-header .lbox-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .lbox-header .lbox-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .lbox-header .lbox-close a:hover {
	background-position: 0 16px;
}
.draggable-header .lbox-header .lbox-close span {
	display: none;
}

.no-footer .lbox-footer {
	display: none;
}

.wide-border .lbox-image {
	border-width: 10px;
}
.wide-border .lbox-caption {
	padding: 0 10px 10px 10px;
}

.borderless .lbox-image {
	border: none;
}
.borderless .lbox-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

.dark {
	background: #111;
}
.dark .lbox-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .lbox-caption {
	color: white;
	background: #111;
}
.dark .lbox-controls,
.dark .lbox-controls ul,
.dark .lbox-controls a {
	background-image: url(controlbar-black-border.gif);
}

.floating-caption .lbox-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}