			#jt {
				height: 25px;
				margin: 0 0 0 650px;
				padding: 0;
				visibility: hidden;
				width: 200px;
				}
			.jt_closed {
				background-image: url(../images/site/jt_closed.jpg);
				background-position: top left;
				background-repeat: no-repeat;
				cursor: pointer;
				}
			.jt_open {
				background-image: url(../images/site/jt_open.jpg);
				background-position: top left;
				background-repeat: no-repeat;
				}
			#jt span { display: none; }
			#jt_list {
				background-color: white;
				height: 150px;
				left: 0;
				margin: 0;
				overflow-x: hidden !important;
				overflow-y: scroll !important;
				overflow: scroll;
				padding: 0;
				position: absolute;
				z-index: 200;
				top: 0;
				visibility: hidden;
				width: 200px;
				}
			#jt_bottomcap {
				background-image: url(../images/site/jt_bottom.jpg);
				background-position: top left;
				background-repeat: no-repeat;
				height: 15px;
				left: 0;
				margin: 0;
				position: absolute;
				z-index: 200;
				top: 0;
				visibility: hidden;
				width: 200px;
			}
			.jt_listitem {
				background-image: url(../images/site/jt_listitem.jpg);
				background-position: bottom left;
				background-repeat: no-repeat;
				color: #555;
				cursor: pointer;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				line-height: 15px;
				margin: 0;
				padding: 5px;
				width: 172px !important;
				width: 182px;
				}
			.jt_listitem a:link, .jt_listitem a:visited, .jt_listitem a:hover, .jt_listitem a:active {
				color: #555;
				text-decoration: none;
			}
			.jt_listitem_on {
				background-image: none;
				background-color: #555;
				color: white;
				cursor: pointer;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				line-height: 15px;
				margin: 0;
				padding: 5px;
				width: 172px !important;
				width: 182px;
				}
			.jt_listitem_on a:link, .jt_listitem_on a:visited, .jt_listitem_on a:hover, .jt_listitem_on a:active {
				color: white;
				text-decoration: none;
			}
			.jt_listcategory {
				background-color: #517aab;
				border: 1px solid #204778;
				color: #faa61a;
				cursor: default;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				line-height: 10px;
				margin: 0;
				padding: 5px;
				text-align: center;
				width: 170px !important;
				width: 182px;
				}
			#jt_details {
				background-color: white;
				background-image: url(../images/site/jt_details.jpg);
				background-position: top left;
				background-repeat: repeat-y;
				border: 1px solid #204778;
				left: 0;
				margin: 0;
				padding: 0;
				position: absolute;
				text-align: center;
				top: 0;
				visibility: hidden;
				}
			#jtd_name {
				color: #555;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				line-height: 10px;
				margin: 5px;
				padding: 0;
				width: 160px;
			}
			#jtd_mediumThumb {
				background-color: white;
				border: 1px solid #aaa;
				margin: 5px;
				padding: 5px;
			}
			#jtd_keyfeatures {
				color: #555;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				line-height: 12px;
				margin: 5px;
				padding: 0;
				text-align: left;
				width: 160px;
			}
			#jtd_keyfeatures ul {
				margin: 0 0 0 15px;
				padding: 0;
				list-style-type: square;
				list-style-position: outside;
			}
			#jtd_keyfeatures li {
				margin: 0;
				padding: 0;
			}
			/* do not move from bottom, safari hack */
			#jt_bottomcap {
				font-family: Arial, Helvetica, sans-serif;#
				height: 0px;
			}
			
