a:focus {outline: none;}

.stripViewer .panelContainer .panel ul {text-align: left; margin: 0 15px 0 30px;}
.slider-wrap {position: relative; width: 594px; text-align: left; padding-top: 5px; }
.panelContainer {background: #fbf5ec;}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 114px; overflow: hidden;}
.csw .loading {margin: 20px 0 300px 0; text-align: center}

/* This is the viewing window. Width also specified in  .stripViewer .panelContainer .panel  below */
.stripViewer {position: relative; overflow: hidden; margin: auto; width: 546px; clear: both; background: #fbf5ec;}

/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer {position: relative; left: 0; top: 0; width: 546px; list-style-type: none;}

/* Each panel is arranged end-to-end. Width also specified in  .stripViewer  above */
.stripViewer .panelContainer .panel {float:left; position: relative; width: 540px;}

/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper {padding: 10px;}

/* This is the div to hold your nav (the UL generated at run time) */
.stripNav {margin: auto;}

/* The auto-generated set of links */
.stripNav ul {list-style: none;}

/* If you change margin-right, be sure to adjust the initial value of navWidth in slideviewer.js */
.stripNav ul li {float: left; margin-right: 2px;}

/* The nav links */
.stripNav a {font-size: 10px; font-weight: bold; text-align: center; background: #e01c24; color: #fff; text-decoration: none; display: block; padding: 2px 5px;}
.stripNav a:hover {background: #eb6e73;}
.stripNav a.current {background: #eb6e73;}

/* The left and right arrows */
.stripNavL, .stripNavR {position: absolute; top: 55px; text-indent: -9000em;}
.stripNavL a, .stripNavR a {display: block; height: 19px; width: 19px;}
.stripNavL {left: 0;}
.stripNavR {right: 0;}
.stripNavL {background: url("../img/arrow-left.gif") no-repeat center;}
.stripNavR {background: url("../img/arrow-right.gif") no-repeat center;}