/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index:101;
	left:-12px;
	left: -32px;
	height: 23px;
	height: 33px;
	width:10px;
	width: 30px;
   top:-3px;
}

#JT_arrow_right{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height: 33px;
	width: 30px;
   top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #e6e4e5;
	background-color: #fff;
}

#JT_copy{
	padding: 10px 10px 10px 10px;
	color: #707070;
	color: #4f4f4f;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}
#JT_copy a{
	color: #bb9664;
}

.JT_loader{
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	color: #4f4f4f;
	background-color: #e6e4e5;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	color: #4f4f4f;
	background-color: #e6e4e5;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

.jTip, .jTip img, a.jTip {
	cursor: help;
}
