.tab {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
		
.stripViewer .panelContainer .panel ul {
	text-align: left;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */


		}

		.stripViewer { /* This is the viewing window */
	overflow: hidden;
	border: 1px solid #fff;
	background: #fff url(../images/tab-content-bg.jpg) top;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
	text-align: justify;
	list-style-type: none;
	padding: 0px;
	width: 495px;
	position: relative;
	/*margin-top: -280px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 158px;*/
	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;
	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. */
	float: left;
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	width: 500px; /* Also specified in  .stripViewer  above */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	padding: 0px;
	background-repeat: repeat-x;
	display: inline;
	width: 160px;
	position: inherit;
	float: left;
	/*overflow: auto;*/
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px; 
	display: block;
	float: left;
	width: 155px;
		}
		
		.stripNav ul li {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	list-style-type: none;
		}
		
		.stripNav a { /* The nav links */
	text-align: left;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	margin-bottom: 2px;
		}
		
.stripNav li a{
	width: 155px;
	margin: 0;
	padding-top: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(../images/tab-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FAF9F9;
	color: #990000;
	
		}		
.stripNav li a:hover {
	background-image: url(../images/tab-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
		}
		
.stripNav li a.current, .stripNav li a.active {
	color: #333333;
	background-image: url(../images/tab-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	border:none !important;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 33px;
	text-align: center;
	margin: 0px;
	padding: 0px;
		}