.stripNav {display: none;}
		
.stripViewer .panelContainer .panel ul {
	margin: 0px;
}

.csw {width: 100%; height: 315px; background: #fff; overflow: scroll}
.csw .loading {margin: 135px 0px 200px 0px; text-align: center}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	border: 0px; 
	margin: 0px;
	width: 790px; 
	height: 315px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { 
	float:left;
	height: 100%;
	position: relative;
	width: 790px; 
}

.stripViewer .panelContainer .panel .wrapper { 
	padding: 0px;
}
												
.stripNavL, .stripNavR {
	display: none;
}

