/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left{
	background-image: url(jTip/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:13px;
	width:21px;
    top:10px;
    left:-21px;
}

#JT_arrow_right{
	background-image: url(jTip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:13px;
	width:21px;
    top:16px;
    left:42px;
}

#JT {
	position: absolute;
	z-index:100;
	width:180px;
	top:5px;
}
#JT_hat {margin:0; padding:0; background:url(jTip/JTBG_Hat.png) no-repeat 0 0;	width:180px; font-size:1px; height:11px;}
#JT_toe {margin:0; padding:0;background: url(jTip/JTBG_Toe.png) no-repeat 0 bottom;	width:180px; font-size:1px;height:11px;}
#JT_copy{ margin:0; padding:5px;color:#333333; background:#fff;}
.jTip{cursor:pointer;}

