.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
		
.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 900px;
	height: 449px;
	clear: both;
}
		
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel {
	float:left;
	position: relative;
	width: 900px;
	height: 449px;
}
.panel .wrapper {
	padding: 30px 40px;
}
		
.stripNav {
	margin: auto;
	display: none;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display: none;
}
.csw {
	background-color: #140b08;
	overflow: hidden;
}