
.slider-wrap
{
	margin: 0px auto;
	position: relative;	
	width:380px;
	float:right;
}
.csw
{
	width:380px;
	height: 350px;
	overflow: scroll;
	
}
.csw .loading
{
	margin: 100px 0 100px 0;
	text-align: center
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 300px;
	height: 350px;
	clear: both;
}
.stripViewer h4{
margin-left:10px;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel
{
	float:left;
	height: 100%;
	position: relative;
	width: 300px;
	
}
.stripViewer .panelContainer .panel .wrapper
{
	padding:0px
}
.stripNav{
display:none;
}

.stripNavL, .stripNavR
{
	position: absolute;
	top: 0px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a
{
	display: block;
	height: 350px;
	width: 40px;
}
.stripNavL
{
	left: 0;
}
.stripNavL
{
	background: url("/images/template/assets/arrow-left.png") no-repeat right;	
	border-right:1px solid #c4b6a4;
}
.stripNavR
{
	right: 0;
}
.stripNavR
{
	background: url("/images/template/assets/arrow-right.png") no-repeat left;
	border-left:1px solid #ccc;
}

