
		a:focus { outline:none }		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.csw { 
			width: 100%; 
			height: 500px;
			background: #fff;
			overflow: hidden;
		}
		
		.csw .loading { 
			margin: 100px 0 0 0;
			text-align: center;
		}

		.stripViewer { 
			position: relative;
			overflow: hidden; 
			width: 200px;
			height: 750px;
			clear: both;
			
		}
		
		.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: absolute;
			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 { 
			float:left;
			height: 100%;
			position: relative;
			width: 200px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
			padding: 0;
		}
		
		.stripNav { 
			margin: 0;
		}
		
		.stripNav ul { 
			list-style: none;
			height: 40px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0; 
		}
		
		#desc_right_landing .stripNav ul li a { 
			font-size: 13px;
			font-weight: normal;
			text-align: left;
			background: none;
			color: #666;
			text-decoration: none;
			display: block;
			padding: 0 6px 10px 6px;
			margin-right: 2px;
		}
		
		
		#desc_right_landing .stripNav ul li a.current {
			color: #333;
			margin-bottom: 5px;
			background: transparent url("/images/bg_tab.jpg") no-repeat top center;
		}
		
		
		
		