.stripViewer .panelContainer .panel ul { text-align:left; margin:0 15px 0 30px; }

/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
.slider-wrap { margin:20px 0; position:relative; width:100%; }

/* These 2 lines specify style applied while slider is loading */
csw {width:100%; height:460px; background:#fff; overflow:scroll}
.csw .loading {margin:200px 0 300px 0; text-align:center}

 /* This is the viewing window */
/*
.stripViewer { position:relative; overflow:hidden; border:2px solid #D9B526; margin:auto; width:970px; height:1800px; clear:both; padding:1px; background-color:#FFFFFF;}
*/
.stripViewer { position:relative; overflow:hidden; border:2px solid #D9B526; margin:auto; width:970px; clear:both; padding:1px; background-color:#FFFFFF;}

/* 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:100%; list-style-type:none; }

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel { float:left; height:100%; position:relative; width:970px; }

/* 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; width:900px; }
		
/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
.stripNav ul li.tab1 { float:left; margin-right:5px; width:233px; height:32px; }
.stripNav ul li.tab2 { float:left; margin-right:5px; width:263px; height:32px; }
.stripNav ul li.tab3 { float:left; margin-right:5px; width:184px; height:32px; }
.stripNav ul li.tab4 { float:left; margin-right:0px; width:205px; height:32px; }
		
/* The nav links */
.stripNav a { font-size:14px; font-weight:bold; text-align:center; line-height:32px; background:#0000ff; color:#fff; text-decoration:none; display:block; padding:0 15px; }
.stripNav li.tab1 a { background:url(webImages/tab1_inactive.jpg) no-repeat center; width:233px; height:32px; }
.stripNav li.tab2 a { background:url(webImages/tab2_inactive.jpg) no-repeat center; width:263px; height:32px; }
.stripNav li.tab3 a { background:url(webImages/tab3_inactive.jpg) no-repeat center; width:184px; height:32px; }
.stripNav li.tab4 a { background:url(webImages/tab4_inactive.jpg) no-repeat center; width:205px; height:32px; }
/* .stripNav li.tab5 a { background:#b8aa73 } */
.stripNav li a:hover { color:#D9B526; }
.stripNav li.tab1 a.current { background:url(webImages/tab1_active.jpg) no-repeat center; width:233px; height:32px; color:#fff; }
.stripNav li.tab2 a.current { background:url(webImages/tab2_active.jpg) no-repeat center; width:263px; height:32px; color:#fff; }
.stripNav li.tab3 a.current { background:url(webImages/tab3_active.jpg) no-repeat center; width:184px; height:32px; color:#fff; }
.stripNav li.tab4 a.current { background:url(webImages/tab4_active.jpg) no-repeat center; width:205px; height:32px; color:#fff; }
		
/* The left and right arrows */
.stripNavL, .stripNavR { position:absolute; top:230px; text-indent:-9000em; }
.stripNavL a, .stripNavR a { display:block; height:1px; width:1px; }
