/*

*/	
		
		#sliderPanelHeader {
			clear: both;
		}

		.panelContainer .panel .wrapper h3 {
			margin-top: 0em;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0em 0em 0em 0em;	
		}
		
		.slider-wrap {
			margin: 1em -.75em 1em -.75em;
			position: relative;
			width: 51em;
			background-color: #fff;
			clear: both;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 51em; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #fff;
		}
		
		.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;
			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: 51em; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: .83em;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0em;
			width: 51em;
			font-size: 1em;
			height: 2em;
		}
		
		.stripNav ul li {
			list-style: none;
			overflow: hidden;
			/* float: left;
			margin-right: 1px; */
		}
		
		.stripNav a { /* The nav links */
			font-size: 1em;
			text-align: center;
			line-height: 1.9em;
			background: #ccc;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			display: block;
			width: 100%;
			height: 44px;
		}
		
		.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a { 
		background: #ccc;
		border: 1px solid #ccc;
		color: #333;
		}
		
		.stripNav li a:hover {
			background-image: url('/en_us/Images/slider_panel_hover_button_background_tcm53-52795.gif'); /* url(panel_hover_background.gif); */
			background-repeat: repeat-x;
			color: #fff;
			text-decoration: none;
			border: 1px solid #333;
		}
		
		
		.stripNav li a.current {
			background-image: url('/en_us/Images/slider_panel_current_button_background_tcm53-52794.gif'); /* url(panel_current_background.gif); */
			background-repeat: repeat-x;
			border: 1px solid #6699cc;
			color: #fff;
		}
		/*
		.stripNavL, .stripNavR { 
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		*/
		
		
		.panelImage {
			float: left;
			margin-right: 1em;
			margin-bottom: 1em;
			width: 8.5em;
		}
		
		.stripViewer .panelContainer .wrapper h3 {
			margin-bottom: .6em;
		}
		
		.stripViewer .panelContainer .wrapper p {
			font-size: .95em;
		}
		
		.stripViewer .panelContainer .wrapper li {
			font-size: .95em;
		}
		
		.stripViewer .panelContainer .wrapper ul.panelLinksLeft {
			float: left;
			padding-left: 1.3em;
			width: 17em;
		}
		
		.stripViewer .panelContainer .wrapper ul.panelLinksRight {
			float: left;
			width: 17em;
			padding-left: 1.3em;
		}