#JT_arrow_left {
	display: none;
}

#JT_arrow_right {
	display: none;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #000000;
	background-color: #D6D7D7;
	width: auto;
	height: 120px;
	padding: 0;
	padding: 20px;

	overflow: hidden;	
}

#JT_copy {
	padding: 0;
	margin: 0;
	width: 100%;
	/*height: 200px;*/
	overflow: hidden;
	text-align: left;
}

.JT_loader {
	display: none;
}

#JT_close_left {
	display: none;
}

#JT_close_right {
	display: none;
}

#JT_copy p {
	margin: 0;
	margin-top: .4em;
	line-height: 1.3em;
	font-size: 1.2em;
}

#JT_copy p span.fett-sans, 
#JT_copy strong, 
#JT_copy b {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.4em;
	text-transform: uppercase;
}

#JT_copy img {
	display: none;
}

.jTip {
	cursor: help;
}