.slider-wrap {
margin: 8px 0;
position: relative;
width: 660px;
}
.csw {
width: 100%;
height: 105px;
background: #fff;
overflow: scroll
}
.csw .loading {
margin: 100px 0 200px 0;
text-align: center
}
.stripViewer {
position: relative;
overflow: hidden; 
margin: auto;
width: 614px;
height: 230px;
}
.stripViewer img {
margin: 0 7px 0 0;
width: 192px;
}
.stripViewer .panelContainer {
position: relative;
left: 0; 
top: 0;
width: 100%;
list-style-type: none;
}
.stripViewer .panelContainer .panel {
float:left;
height: 100%;
position: relative;
width: 620px;
}
.stripViewer .panelContainer .panel .wrapper {
padding: 0px;
}
.stripNav {
margin: auto;
}
#content .stripNav ul {
list-style-position: outside;
list-style: none !important;
display: block;
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: #000;
text-decoration: none;
display: block;
float:left;
padding: 0 5px;
display:none;
}
.stripNav li a:hover {
background: #333;
}
.stripNav li a.current {
background: #000;
color: #fff;
}
.stripNavL, .stripNavR {
position: absolute;
top: 40%;
text-indent: -9000em;
}
.stripNavL {
left: 0px;
background: url(/img/left_arrow.gif) no-repeat center;
}
.stripNavR {
right: 0px;
background: url(/img/right_arrow.gif) no-repeat center;
}
.stripNavL a, .stripNavR a {
display: block;
height: 32px;
width: 21px;
}