#JT_arrow_left{
	background-image: url("../graphics/imagesrb/arrow_left.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-15px;
	height:25px;
	width:22px;
    top:-5px;
    -webkit-top-before:50px;
}

#JT_arrow_right{
	background-image: url("../graphics/imagesrb/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #d4dfd8;
	background-color: #fefefe;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

#JT_copy{
	padding:5px 10px 10px 10px;
	color:#333333;
	line-height:18px;
}

.JT_loader{
	background-image: url("../graphics/imagesrb/jloader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
    color:#568D22;
    font-size:14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:-6px;
	-webkit-margin-after: -5px;

}

#JT_close_right{
	background-color: #edf3ed;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
	font-weight:bold;
	line-height:16px;
}

#JT_copy p{
margin:10px 0 0 0;
-webkit-margin-before: 5px;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
