.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap {
	position: relative;
	width: 100%;
}

.csw {width: 100%; height: 340px; background: #fff; overflow: hidden}
.csw .loading {margin: 150px 0; text-align:center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 340px;
	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: 500px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 140px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 60px;
	width: 60px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("../i/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("../i/arrow-right.gif") no-repeat center;
}