﻿#jce_lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10000;
}

#jce_lbCenter, #jce_lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 10001;
}

.jce_lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#jce_lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#jce_lbPrevLink, #jce_lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#jce_lbPrevLink {
	left: 0;
}

#jce_lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#jce_lbNextLink {
	right: 0;
}

#jce_lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#jce_lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#jce_lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin: 5px 0;
}

#jce_lbCaption, #jce_lbNumber {
	margin-right: 71px;
}

#jce_lbCaption {
	font-weight: bold;
}

img.zoomLink {
	vertical-align: middle;
	border: 0;
}

img.zoomImg {
	position: absolute;
}

.tooltip {
	z-index: 9999;
	width: 180px;
	text-align:left;
	color: #000000;
	background-color:#ffffff;
	border:1px solid black;
	padding: 4px;
}
.tooltip-tip{
	z-index: 9999;
	width: 180px;
	text-align:left;
	color: #000000;
	background-color:#ffffff;
	border:1px solid black;
	padding: 4px;
}
.tooltip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}
.tooltip-text {
	font-size: 11px;
}
.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}
.tooltip p {
	font-size: 11px;
}