.lightbox-html {
    background-color: white;
}
.lightbox-html-blur {
}
.lightbox-html-content {
	position: absolute;
    display: none;
}
.lightbox {
    outline: none;
}
.lightbox img {
	border: 0px solid #CCCCCC;
}
.lightbox:hover img {
	margin: -1px 0 0 -1px;
}

.lightbox-image {
    border: 2px solid white;
}
.lightbox-image-blur {
}
.lightbox-caption {
    display: none;
    color: black;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.lightbox-caption a {color: #2E8B57;}

.lightbox-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(images/slideloader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.lightbox-credits,
a.lightbox-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.lightbox-credits:hover,
a.lightbox-credits:hover i {
    color: white;
    background-color: gray;
}

.lightbox-move {
    cursor: move;
}

.lightbox-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(images/slidecontrolbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(images/slide/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .lightbox-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

.lightbox-dimming {
background: #000000;
position: absolute;
visibility: hidden;
} 



.lightbox-display-block {
    display: block;
}
.lightbox-display-none {
    display: none;
}

/* Styles for the popup */
.lightbox-wrapper {
	background-color: white;
}
.lightbox-wrapper .lightbox-html-content {
    width: 400px;
    padding: 5px;
}
.lightbox-wrapper .lightbox-header div {
}
.lightbox-wrapper .lightbox-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.lightbox-wrapper .lightbox-header ul li {
	display: inline;
	padding-left: 1em;
}
.lightbox-wrapper .lightbox-header ul li.lightbox-previous, .lightbox-wrapper .lightbox-header ul li.lightbox-next {
	display: none;
}
.lightbox-wrapper .lightbox-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.lightbox-wrapper .lightbox-header a:hover {
	color: black;
}
.lightbox-wrapper .lightbox-header .lightbox-move a {
	cursor: move;
}
.lightbox-wrapper .lightbox-footer {
	height: 11px;
}
.lightbox-wrapper .lightbox-footer .lightbox-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(images/slide/resize.gif);
}
.lightbox-move {
    cursor: move;
}
/* 
.lightbox-wrapper .lightbox-body {
}
.lightbox-resize {
    cursor: nw-resize;
}
*/ 
