p#cross-links {
    text-align: center
}
p#cross-links {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px
}
noscript p, noscript ol {
    color: #a00;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left
}
noscript a {

}
noscript ol {
    margin-left: 25px;
}
a:focus {
    outline:none
}
img {
    border: 0
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0;
}
.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: 97%;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
    width: 100%;
    min-height: 220px;
    background: #fff;
    overflow: hidden;
    $display: none;
    margin-bottom:25px;
}
.csw .loading {
    margin: 180px 0 300px 0;
    text-align: center;
    $display: none;
}
.stripViewer {
    /* This is the viewing window */
    position: relative;
    overflow: hidden;
    border: 0px solid #000; /* this is the border. should have the same value for the links */
    margin: auto;
    margin-bottom:25px;
    width: 540px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    min-height: 220px;
    clear: both;
    background: #ffffff;
}
.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:right;
    height: 100%;
    position: relative;
    width: 540px; /* 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 !important;
    width: 540px !important;
    min-width: 400px !important;
    background: #ffffff !important;
    margin: 0 auto;
    text-align:center;
    vertical-align:middle;
}
.stripViewer .panelContainer .panel .wrapper p {
    margin: 0 !important;
    padding: 0 !important;
}
.stripNav {
    /*margin: auto;*/
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}
.stripNav ul {
    /* The auto-generated set of links */
    list-style: none;
}
.stripNav ul li {
    float: left;
    margin-right: 2px; /* 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: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 19px;
    /*line-height: 29px;*/
    background: #2c2f33;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
    width: 19px;
    height: 19px;
    /*width: 29px;
    height: 29px;*/
    border: 1px solid #ffffff;
    opacity: 0.7;
}

.stripNav li a:hover {
    background: #7a7c81;
    opacity: 1;
}
.stripNav li a.current {
    background: #7a7c81;
    color: #fff;
}
.stripNavL, .stripNavR {
    /* The left and right arrows */
    position: absolute;
    top: 120px;
    text-indent: -9000em;
    z-index: 120;
    width: 20px;
    opacity: 0.7;

    display: none;
}
.stripNavL a, .stripNavR a {
    height: 32px;
    width: 20px;
    margin: 0;
    padding: 0;

    display: none;
}
.stripNavL:hover, .stripNavR:hover {
    opacity: 1;
}
.stripNavL {
    left: 0px;
}
.stripNavR {
    right: 0px;
}
.stripNavL {
    background: url(../images/coda/arr_right.png) no-repeat center;
}
.stripNavR {
    background: url(../images/coda/arr_left.png) no-repeat center;
}

