#imagebox { width: 385px; height: 186px; margin: 51px 0 0 30px; float: left; position: relative; }
#imagebox div.bevel { position: absolute; top: 17px; left: 0; z-index: 100; }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

/* These 2 lines specify style applied while slider is loading */
.csw { width: 220px; margin: 50px auto 0 auto; }
.csw .loading { text-align: center; }

/* This is the viewing window */
.stripViewer { width: 375px; height: 159px; border: solid 5px #7d2222; position: relative; overflow: hidden; }

/* 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 { width: 375px; height: 159px; float:left; position: relative; }

/* 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 { height: 17px; width: 345px !important; padding-left: 35px; }

/* The auto-generated set of links */
.stripNav ul { list-style: none; margin: 0; }
.stripNav ul li { float: left; height: 17px; margin: 0; background: url(../images/layout/imagebox-tab-bg.gif) repeat-x; }

/* The nav links */
.stripNav a { height: 17px; display: block; float: left; padding: 3px 10px; }
.stripNav a { text-decoration: none; color: #fff; font-size: .85em; letter-spacing: .05em; }
.stripNav li a:hover { background: url(../images/layout/imagebox-tab-active.gif) repeat-x 0 0; }
.stripNav li a.current { background: url(../images/layout/imagebox-tab-active.gif) repeat-x 0 0; }
.stripNav li.last { width: 17px; background: url(../images/layout/imagebox-right.gif) no-repeat; }

/* Fix IE 6 */
#imagebox { _display: inline; }
.stripNav { _margin-bottom: -6px; }
