 * {
    outline: none;
} #head-container {
    width: 900px;
    height: 400px;
    background: url("../img/slider-bg.png") no-repeat;
    margin: 0 0 0 0;
} .stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0 15px 0 30px;
} #slider-wrapper {
    width: 100%;
}

/* These 2 lines specify style applied while slider is loading */ .csw {
    width: 100%;
    height: 280px;
    background: #fff;
} .csw .loading {
    margin: 200px 0 300px 0;
    text-align: center
} .stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden;
    width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 280px;
    background: none;
    float: left;
    margin: 14px 0 0 36px;
} .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: left;
    height: 100%;
    position: relative;
    width: 700px; /* Also specified in  .stripViewer  above */
} .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
} .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
    display: none;
} .stripNavL, .stripNavR { /* The left and right arrows */
    text-indent: -9000em;
} .stripNavL a, .stripNavR a {
    display: none;
} .stripNavL a:hover, .stripNavR a:hover {
    background: #FFF;
} .stripNavL {
} .stripNavR {
} .current {
    text-decoration: underline;
} #cross-links {
    padding: 27px 0 0 29px;
} #cross-links a {
    margin: 0 0 0 6px;
    width: 105px;
    height: 51px;
    display: block;
    float: left;
    text-indent: -9999px;
} #cross-links a#home-link {
    width: 51px;
    height: 37px;
    margin: 7px 125px 0 0;
} #cross-links a#home-link:hover {
    background: url("../img/home-up.png");
} #cross-links a#thumb1 {
    background: url("../img/1.png");
} #cross-links a#thumb1:hover {
    background: url("../img/1up.png");
} #cross-links a#thumb1.current {
    background: url("../img/1up.png");
}#cross-links a#thumb2 {
    background: url("../img/2.png");
} #cross-links a#thumb2:hover {
    background: url("../img/2up.png");
} #cross-links a#thumb2.current {
    background: url("../img/2up.png");
}#cross-links a#thumb3 {
    background: url("../img/3.png");
} #cross-links a#thumb3:hover {
    background: url("../img/3up.png");
} #cross-links a#thumb3.current {
    background: url("../img/3up.png");
}#cross-links a#thumb4 {
    background: url("../img/4.png");
} #cross-links a#thumb4:hover {
    background: url("../img/4up.png");
} #cross-links a#thumb4.current {
    background: url("../img/4up.png");
} #cross-links a#thumb5 {
    background: url("../img/5.png");
} #cross-links a#thumb5:hover {
    background: url("../img/5up.png");
} #cross-links a#thumb5.current {
    background: url("../img/5up.png");
} #cross-links a#thumb6 {
    background: url("../img/6.png");
} #cross-links a#thumb6:hover {
    background: url("../img/6up.png");
} #cross-links a#thumb6.current {
    background: url("../img/6up.png");
} .panel img {
    float: left;
    width: 400px;
    height: 280px;
} .slider-text {
    color: white;
    width: 280px;
    height: 220px;
    float: left;
    padding: 60px 0 0 20px;
} .slider-text p {
    font-size: 14px;
    line-height: 1.2em;
    color: #d1e9f7;
} .slider-text h1 {
    line-height: 26px;
    font-size: 20px;
    color: #01507d;
}

a.learn-more {
    width: 155px;
    height: 40px;
    display: block;
    background: url("../img/learn-more.png");
    text-indent: -9999px;
    margin: 0 0 0 100px;
}
