#JT_arrow_left{
	background: url(/images/general/arrow_left.png) no-repeat 0 0;
	position: absolute;
	z-index:101;
	left:-29px;
	height:32px;
	width:25px;
    top: -5px;
}
#JT_arrow_right{
	background: url(/images/general/arrow_right.png) no-repeat 4px 0;
	position: absolute;
	z-index:101;
	height:32px;
	width:29px;
    top:-4px;
}
#JT {
	position: absolute;
	z-index:100;
	border: 5px solid #7FA4C6;
	background-color: #fff;
	text-align: left;
}
#JT_copy{
	padding:10px;
	color:#00529C;
}
.JT_loader{
	background: url(/images/general/loader.gif) no-repeat center center;
	width:100%;
	height:18px;
}
#JT_close_left{
	color:#00529C;
	text-align: left;
	font-weight:bold;
}
#JT_close_right{
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	font-weight:bold;
}
#JT_copy p{
	margin: 0 0 .6em 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #ccc;
}
