@charset "UTF-8";

/* CSS Document */

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

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

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

/* These 2 lines specify style applied while slider is loading */
.csw { width: 946px; height: 350px; background: #000000; overflow: hidden; }

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden;
    margin: 0px auto 5px;
    width: 946px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 350px;
    clear: both;
    background: #000000 url(../templates/images/backgrounds/lngradient200.png) repeat-x; }

.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;
    list-style-type: none;
    overflow: hidden;
    /* -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: 350px;
    position: relative;
    width: 946px; /* Also specified in  .stripViewer  above */ }

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 0px; }

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	padding: 0 0 0 0;
	width: 100%;
	background-color: #000;
    margin: auto; }

.stripNav ul { /* The auto-generated set of links */
    list-style: none; }

.stripNav ul li {
    float: left;
    margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */ }

.stripNav a { /* The nav links */
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    color: #999 !important;
    text-decoration: none;
    display: block;
    padding: 0 80px; }

.stripNav li.tab1 a { background: transparent; }
.stripNav li.tab2 a { background: transparent; }
.stripNav li.tab3 a { background: transparent; }

.stripNav li a:hover {
    background: transparent url(../templates/images/backgrounds/panelnav_hover.png) repeat-y center;
    color: #CCC !important; }

.stripNav li a.current {
    background: transparent url(../templates/images/backgrounds/panelnav.png) repeat-y center;
    color: #FFF !important; }

.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 168px;
    text-indent: -9000em; }

.stripNavL a, .stripNavR a {
    display: block;
    height: 16px;
    width: 22px; }

.stripNavL {
    left: -22px; }

.stripNavR {
    right: -22px; }

.stripNavL {
    background: url(../templates/images/buttons/arrowleft.jpg) no-repeat center; }

.stripNavR {
    background: url(../templates/images/buttons/arrowright.jpg) no-repeat center; }