#sliderWrap { width: 550px; margin: 0px auto;padding-bottom: 50px; }  
#slider {width: 475px; border: 1px solid #e0e0e0; background: #f4f4f4; padding: 20px;  -moz-border-radius: 5px; -webkit-border-radius: 5px; }  
.stripViewer { position: relative; overflow: hidden; clear: both; }  
.stripViewer .panelContainer { position: relative; left: 0px; top: 0px; }  
.stripViewer .panelContainer .panel { float: left; position: relative; width: 475px; }  
.sliderWrapper { padding: 10px; }  
.innerWrap { width: 475px; overflow: hidden; }  
#push { height: 200px;  }  
  
  
/*  
    MAIN TABBED NAVIGATION 
*/  
.stripNav { margin-left: 10px; position: relative; z-index: 99; text-align:center; }  
.stripNav ul { padding-bottom:18px; padding-top:30px;}  
.stripNav ul li { float: left; list-style-type:none;}  
.stripNav li a  {  }  

/* The below class names are auto-generated by the JavaScript */  
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a, .stripNav li.tab6 a, .stripNav li.tab7 a    { font-size:18px;padding:8px 8px 20px 8px;}  


.stripNav li a:hover,   
.stripNav li a:active,   
.stripNav li a:focus                { /* Restore focus styling that we removed when we removed outlines */  
                                      background-position: top center; }  
									  
									  
.current { border-top: 1px solid #e0e0e0; background: #f4f4f4;border-right: 1px solid #e0e0e0; background: #f4f4f4;border-left: 1px solid #e0e0e0; background: #f4f4f4;}
  
/* It is neccessary to repeat the image paths here */  
.stripNav li.tab1 a.current { color:#d49c12; }  
.stripNav li.tab2 a.current {  color:#d49c12; }  
.stripNav li.tab3 a.current {  color:#d49c12; }  
.stripNav li.tab4 a.current { color:#d49c12;  }  
.stripNav li.tab5 a.current { color:#d49c12;  }  
.stripNav li.tab6 a.current { color:#d49c12;  }  
.stripNav li.tab7 a.current {  color:#d49c12; }  
  
/*  
    SUB NAVIGATION 
*/  
.stripNavL a, .stripNavR a { font-size:48px; top:100px;}  
.stripNavL a { float:left; }  
.stripNavR a { float:right; }  
  
  
/*  
    HEADLINES STYLING  
*/  
.panel ul                           {  }  
.panel ul li a                      { display: block;}  
.panel ul li:last-child a           { /* Remove bottom border on last list item 
                                      Hooray for pseudo selectors! */  
                                      border: none; }  
