<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#JT_arrow_left{
	position: absolute;
	z-index:50;
	left:0px;
	width:240px;
	height:174px;
    top:50px;
}

#JT_arrow_right{
	position: absolute;
	z-index:50;
	width:240px;
	height:174px;
    top:50px;
}

#JT {
	position: absolute;
	z-index:100;
	
}

#JT_copy{
	
}

.JT_loader{
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	
	text-align: left;

	
	font-weight:bold;
}

#JT_close_right{
	
	text-align: left;

	
	font-weight:bold;
}

#JT_copy p{
margin:0px 0;
}

#JT_copy img{
	padding: 1px;
	
}

.jTip{
cursor:help;
}


</pre></body></html>