* {
    margin: 0;
    padding: 0
}

p {
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #CCCCCC;
}

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

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 {
    color: #3399FF;
    text-decoration: underline
}

noscript ol {
    margin-left: 25px;
}

img {
    border: 0
}

body {
    font-family: Verdana, Arial;
    color: #000;
    margin: auto;
    text-align: center;    
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    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
}

.stripViewer {
    position: relative;
    overflow: hidden;
    border: 0px solid #000;
    margin: auto;
    width: 680px;
    /*
height: 410px;
*/
    clear: both;
    background: #ffffff;
}

.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    list-style-type: none;
}

.stripViewer .panelContainer .panel {
    float: left;
    height: 100%;
    position: relative;
    width:680px;
}

.stripViewer .panelContainer .panel img{display:block;margin:0 auto}
.stripViewer .panelContainer .panel .desc {color:#000; padding:3px 0; margin:0 auto; font-size:13px;}

.stripViewer .panelContainer .panel .wrapper {
    /*
padding: 10px;
*/
}

.stripNav {
    margin: auto;
}

.stripNav ul {
    list-style: none;
}

.stripNav ul li {
    float: left;
    margin-right: 2px;
}

.stripNav a {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    line-height: 24px;
    background: #c6e3ff;
    color: #cccccc;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}

.stripNav li a {
    background: #fff
}


.stripNav li a:hover {
    color: #4ca7df;
}

.stripNav li a.current {
    color: #4ca7df;
}

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

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

.stripNavL {
    left: 0;
}

.stripNavR {
    right: 0;
}

.stripNavL {
    background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
    background: url("images/arrow-right.gif") no-repeat center;
}
