.stripViewer .panelContainer .panel ul {
	text-align: 			left;
}

.csw {
	width: 					100%; 
	height: 				300px; 
	background: 			transparent; 
	overflow: 				hidden;
}
	
.csw .loading {
	margin: 				200px 0 300px 0; 
	text-align: 			center;
}

.stripViewer {
	position: 				relative;
	width: 					944px;
	height:					300px;						/* Change the height of the content container */
	margin: 				auto;
	overflow:				hidden; 
	clear: 					both;
	
}

.stripViewer .panelContainer {
	position: 				relative;
	left: 					0; 
	top: 					0;
	width: 					944px;
	list-style-type: 		none;
}

.stripViewer .panelContainer .panel {
	float:					left;
	width: 					944px;
	height: 				300px;						/* Change the height of the content container */
	position: 				relative;
}

.stripViewer .panelContainer .panel .wrapper1, 
.stripViewer .panelContainer .panel .wrapper2, 
.stripViewer .panelContainer .panel .wrapper3, 
.stripViewer .panelContainer .panel .wrapper4, 
.stripViewer .panelContainer .panel .wrapper5, 
.stripViewer .panelContainer .panel .wrapper6, 
.stripViewer .panelContainer .panel .wrapper7, 
.stripViewer .panelContainer .panel .wrapper8 {
	padding: 				10px;
}

.stripNav {	
	position: 				relative;
	width:					924px;
	height:					30px;
	margin:					0; 
	
	background:				transparent;
}

.stripNav ul {
	list-style: 			none;
}

.stripNav ul li {
	float: 					left;
}

.stripNav a {
	display: 				block;
	height:					30px;
	width:					100px;						/* Modify width if larger navigation tabs are needed. */
}