#JT_arrow_left{
	background-image: url(http://www.wbs.edu/script_lib/jtip/images/arrow_left-taupe.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:2101;
	left:-13px;
	height:23px;
	width:11px;
	top:-2px;
}
#JT_arrow_right{
	background-image: url(http://www.wbs.edu/script_lib/jtip/images/arrow_right-taupe.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	position: absolute;
	z-index:2101;
	height:23px;
	width:12px;
	top:-2px;
}
#JT {
	position: absolute;
	z-index:2100;
	border: 2px solid #757366;
	background-color: #fff;
	text-align:left;
}
#JT_copy{
	padding:10px 10px 10px 20px;
	color:#333333;
	font-size:90%;
}
.JT_loader{
	background-image: url(http://www.wbs.edu/script_lib/jtip/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left{
	background-color: #757366;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFF;
}
#JT_close_right{
	background-color: #757366;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFF;
}

#JT_copy p{
margin:3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #757366;
	
}
.jTip{
}