.stripViewer .panelContainer .panel ul{text-align:left; margin:0 15px 0 30px}

/* These 2 lines specify style applied while slider is loading */
.csw{width:100%; height:460px; background:#fff; overflow:hidden}
.csw .loading{margin:200px 0 300px 0; text-align:center}

.stripViewer{/* This is the viewing window */position:relative; overflow:hidden; margin:auto; width:610px; /* Also specified in  .stripViewer .panelContainer .panel  below */}

.stripViewer .panelContainer{/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */position:relative; left:0; top:0; width:100%; list-style-type:none; /* -moz-user-select:none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful,crazy fools. */}

.stripViewer .panelContainer .panel{/* Each panel is arranged end-to-end */float:left; height:100%; position:relative; width:610px; /* Also specified in  .stripViewer  above */}

.stripNav{/* This is the div to hold your nav (the UL generated at run time) */overflow:hidden; margin:auto}

.stripNav ul{/* The auto-generated set of links */background:transparent url(../../img/timelinebg.gif) repeat-x scroll center; border-left:1px solid #999; border-right:1px solid #999; list-style-image:none; list-style-position:outside; list-style-type:none; margin:20px 0pt 5px; padding:10px}

.stripNav ul li{background:transparent url(../../img/timelinebg_li.gif) repeat-x scroll center; display:inline; margin:0 25px 0 25px}

.stripNav ul li a{/* The nav links */background:transparent url(../../img/timelinebg_li_2.gif) no-repeat scroll center; color:#535A61; text-decoration:none; padding:7px 8px 7px 8px}

.stripNav li a:hover{color:#105C92}

.stripNav li a.current{color:#fff; font-weight:bold; background:#1a76a8; padding:7px 8px 7px 8px; -moz-border-radius:5px; -webkit-border-radius:5px}

.stripNav li a.current:hover{color:#fff}

.stripNavL{display:none}

.stripNavR{display:none}

#pressmentionsSlider .stripNav li a.current{color:#fff; font-weight:bold; background:#1a76a8; padding:7px 8px 7px 8px; -moz-border-radius:5px}

#pressmentionsSlider .stripNav ul li{background:transparent url(../../img/timelinebg_li.gif) repeat-x scroll center; display:inline; margin:0 20px 0 20px}

