.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		


		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 35px 0 0 0px;
			width: 653px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			background: transparent;
			float:left;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;			
			float:left;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 650px; /* Also specified in  .stripViewer  above */
		}

		.stripViewer .panelContainer .panel a{ /* Each panel is arranged end-to-end */
			color:#4A1212;
			text-decoration:underline; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding-top: 2px;
			padding-left:10px;
                        height:390px;
			clear:both;
                        background:transparent;
			font-size:12px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
                        float: left;
		}

		.stripNav ul { /* The auto-generated set of links */
			list-style: none; width:800px; margin:0px; padding:0px; color:#999;		}
		
		.stripNav ul li {
			float: left;
			
		}

		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
			float:left; 
		}
		
		.stripNav li.tab1 a { padding: 5px 0 0; color:#666; font-size:12px; float:left; background:#f2f2f2; width:140px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab2 a { padding: 5px 0 0; color:#666; font-size:12px; float:left; background:#f2f2f2; width:140px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab3 a { padding: 5px 0 0; color:#666; font-size:12px; float:left; background:#f2f2f2; width:106px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab4 a { padding: 5px 0 0; color:#666; font-size:12px; float:left; background:#f2f2f2; width:130px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab5 a { padding: 5px 0 0; color:#666; font-size:12px; float:left; background:#f2f2f2; width:154px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}

		.stripNav li.tab1 a:hover { padding: 5px 0 0; color:#fff; font-size:12px; float:left; background:#4a1414; width:140px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab2 a:hover { padding: 5px 0 0; color:#fff; font-size:12px; float:left; background:#4a1414; width:140px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab3 a:hover { padding: 5px 0 0; color:#fff; font-size:12px; float:left; background:#4a1414; width:106px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab4 a:hover { padding: 5px 0 0; color:#fff; font-size:12px; float:left; background:#4a1414; width:130px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}
		.stripNav li.tab5 a:hover { padding: 5px 0 0; color:#fff; font-size:12px; float:left; background:#4a1414; width:154px; height:32px; text-align:center; margin-right:1px; border-bottom:1px solid #ccc;}

		#body .stripNav li.tab1 .tablink1 { font-size:12px; font-weight:normal; line-height:16px; color:#000; padding: 12px 0 0 0;}
		#body .stripNav li.tab2 .tablink2 { font-size:12px; font-weight:normal; line-height:16px; color:#000; padding: 12px 0 0 0;}
		#body .stripNav li.tab3 .tablink3 { font-size:12px; font-weight:normal; line-height:16px; color:#000; padding: 12px 0 0 0;}
		#body .stripNav li.tab4 .tablink4 { font-size:12px; font-weight:normal; line-height:16px; color:#000; padding: 12px 0 0 0;}
		#body .stripNav li.tab5 .tablink5 { font-size:12px; font-weight:normal; line-height:16px; color:#000; padding: 12px 0 0 0;}


		.stripNav li.tab1 a.current { float:left; background:#fff; width:140px; height:32px; padding: 5px 0 0 0; border-bottom:1px solid #fff;}
		.stripNav li.tab2 a.current { float:left; background:#fff; width:140px; height:32px; padding: 5px 0 0 0; border-bottom:1px solid #fff;}
		.stripNav li.tab3 a.current { float:left; background:#fff; width:106px; height:32px; padding: 5px 0 0 0; border-bottom:1px solid #fff;}
		.stripNav li.tab4 a.current { float:left; background:#fff; width:130px; height:32px; padding: 5px 0 0 0; border-bottom:1px solid #fff;}
		.stripNav li.tab5 a.current { float:left; background:#fff; width:154px; height:32px; padding: 5px 0 0 0; border-bottom:1px solid #fff;}



#JT_arrow_left{
	background-image: url(bg/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(bg/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(bg/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
