#lightimg-dim {
	background-color: black;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#lightimg-image {
	position: absolute;
	z-index: 10000;
}
#lightimg-activeDiv {
	position: relative;
	width: 100%;
}

#lightimg-activeFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#lightimg-window {
	position: fixed;
	border: 1px solid silver;
	background-color: white;
	visibility: hidden;
	display: none;
	overflow: visible !important;

	left: 0;
	top: 0;
	padding: 10px;
	margin: 30px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 25px black;
	
	z-index: 10001;
}

#lightimg-window-close {
	background: transparent url( '../images/closebtn.png' ) center center no-repeat;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 10002;
}

#lightimg-content {
	position: relative;
	overflow: hidden;
	background: white;
	text-align: left;
}

#lightimg-sinner-div {
	background: transparent url( '../images/spinner.gif' ) center center no-repeat; 
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#lightimg-spinner {
	background: transparent url( '../images/spinner-bg.png' ) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10005;
}

#lightimg-content.draggable {
	cursor: all-scroll;
	overflow: hidden;
}

#lightimg-content img {
}

#lightimg-index {
	position: relative;
	text-align: left;
	margin-top: 10px;
}

#lightimg-title {
	position: relative;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 15px;
}

#lightimg-control {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
	width: 200px;
	height: 34px;
	z-index: 10010;
	display: block;
}

#lightimg-control-block {
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px black;
	width: 100%;
	height: 100%;
}

#lightimg-control-block div {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 7px 10px;
	background-image: url( '../images/controlbar.gif' );
	background-repeat: no-repeat;
}

#lightimg-control.vertical {
	width: 34px;
	height: 150px;
}

#lightimg-control.vertical #lightimg-control-block div {
	margin: 5px 7px;
}

#lightimg-control.box {
	width: 52px;
	height: 78px;
}

#lightimg-control.box #lightimg-control-block div {
	margin: 3px;
}

#lightimg-control-prev {
	background-position: 0 0;
}

#lightimg-control-prev:hover {
	background-position: 0 -20px;
}
#lightimg-control-prev.disabled,
#lightimg-control-prev.disabled:hover {
	background-position: 0px -40px;
}

#lightimg-control-play {
	background-position: -20px 0;
}
#lightimg-control-play:hover {
	background-position: -20px -20px;
}
#lightimg-control-play.active {
	background-position: -40px 0;
}
#lightimg-control-play.active:hover {
	background-position: -40px -20px;
}
#lightimg-control-play.disabled,
#lightimg-control-play.disabled:hover {
	background-position: -20px -40px;
}
#lightimg-control-play.active.disabled,
#lightimg-control-play.active.disabled:hover {
	background-position: -40px -40px;
}

#lightimg-control-next {
	background-position: -60px 0;
}
#lightimg-control-next:hover {
	background-position: -60px -20px;
}
#lightimg-control-next.disabled,
#lightimg-control-next.disabled:hover {
	background-position: -60px -40px;
}

#lightimg-control-fit {
	background-position: -100px 0;
}

#lightimg-control-fit:hover {
	background-position: -100px -20px;
}
#lightimg-control-fit.disabled,
#lightimg-control-fit.disabled:hover {
	background-position: -100px -40px;
}

#lightimg-control-close {
	background-position: -120px 0;
}

#lightimg-control-close:hover {
	background-position: -120px -20px;
}

#lightimg-vScroll, #lightimg-hScroll {
	background-color: none;
	cursor: default;
	position: absolute;
	z-index: 10010;
	display: none;
}

#lightimg-vScroll {
	bottom: 38px;
	right: 10px;
	top: 10px;
	width: 12px;
	background: url( '../images/scrollbar-v-bg.png' ) left top repeat-y;
	margin-top: 5px;
	margin-bottom: 17px;
}

#lightimg-hScroll {
	bottom: 38px;
	right: 22px;
	left: 10px;
	height: 12px;
	background: url( '../images/scrollbar-h-bg.png' ) left top repeat-x;
	
	margin-left: 5px;
	margin-right: 5px;
}

#lightimg-vScrubbler, #lightimg-hScrubbler {
	background-color: black;
	border: 1px solid white;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: absolute;
	box-shadow: 0 0 5px black;
}

#lightimg-vScrubbler {
	width: 7px;
	height: 100px;
/*
	margin-top: 5px;
	margin-bottom: 17px;
*/
}

#lightimg-hScrubbler {
	width: 100px;
	height: 7px;
/*
	margin-left: 5px;
	margin-right: 5px;
*/
}
