	
#JT_arrow_left{
	background-image:url(../../images/arrow_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	left:-12px;
	position:absolute;
	top:-3px;
	width:10px;
	z-index:101;
}

#JT_arrow_right{
	background-image:url(../../images/arrow_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	position:absolute;
	top:-2px;
	width:11px;
	z-index:101;
}

#JT {
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	position:absolute;
	z-index:100;	
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

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

#JT_close_left {
	background-color:#CCCCCC;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:8px;
	padding-top:2px;
	text-align:left;
}

#JT_close_right {
	background-color:#CCCCCC;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:8px;
	padding-top:2px;
	text-align:left;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}



