.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap {
	margin:0;
	position: relative;
	width: 100%;
}
.csw {
	width: 100%;
	height: 460px;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { 
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 950px;
	height: auto;
	clear: both;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 950px;
	color:#FFF;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
.stripViewer .panelContainer .panel .wrapper h2 {
	margin-bottom:20px;
	color:#FFF;
}
.stripViewer .panelContainer .panel .wrapper h3 {
	font-size:12px;
	line-height:25px;
	color:#FFF;
}
.stripViewer .panelContainer .panel .wrapper td.contentimage
{
	background:#000000;
	height:150px;
	width:150px;
}
.stripNav {
	margin: auto;
	float:right;
}
.stripNav ul {
	list-style: none;
	width:100%;
	margin:0;
	padding:0;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #BFBFBF;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	outline:none;
}
.stripNav li.tab1 a {
	background: #333;
}
.stripNav li.tab2 a {
	background: #333;
}
.stripNav li.tab3 a {
	background: #333;
}
.stripNav li.tab4 a {
	background: #333;
}
.stripNav li.tab5 a {
	background: #333;
}
.stripNav li a:hover {
	background: #333;
	outline:none;
}
.stripNav li a.current {
	background: #000;
	color: #fff;
	outline:none;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	color:#000000;
	outline:none;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	/*background: url("../images/arrow-left.gif") no-repeat center;*/
}
.stripNavR {
	/*background: url("../images/arrow-right.gif") no-repeat center;*/
}