#JT_arrow_left{
	background:url(img/arrow_left.gif) left top no-repeat;
	position:absolute;
	z-index:101;
	height:22px;
	width:11px;
	left:-11px;
	top:-1px;
}

#JT_arrow_right{
	background:url(img/arrow_right.gif) left top no-repeat;
	position:absolute;
	z-index:101;
	height:22px;
	width:11px;
	top:-1px;
}

#JT {
	position:absolute;
	z-index:100;
	border:1px solid #A2B8C7;
	background:#fff;
	font-family:arial,sans-serif;
	display:none;
}

#JT_copy{
	padding:8px;
	color:#DAE2E9;
	font-size:11px;
	text-align:left;
	background:#1A4154;
}
#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding:1px;
	border:1px solid #CCC;
}

.JT_loader{
	background:url(img/loader.gif) center center no-repeat;
	width:100%;
	height:12px;
}

#JT_close_left,
#JT_close_right{
	background:#A2B8C7;
	text-align:left;
	padding-left:8px;
	padding-bottom:5px;
	padding-top:2px;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
}

.jTip {
	color:#A2B8C7;
	text-decoration:none;
	border-bottom:1px dashed #A2B8C7;
	white-space:nowrap;
	cursor:help;
}
.jTip:hover {
	color:#A2B8C7;
	border-bottom-color:transparent;
}
