#slider_wrapper {
    position: relative;
}

.stripViewer {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 36.5em;
    clear: both;
}

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

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    float:left;
    height: 100%;
    position: relative;
    width: 36.5em; /* Also specified in  .stripViewer  above */
    border-bottom: 1px solid #999;
    padding-bottom: 0.5em;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding-left:  2.2em;
    padding-right: 2.2em;
}

.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    z-index: 20;
    top: 4.5em;
    text-indent: -9000em;
}

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

.stripNavL {
    left: -0.5em;
}

.stripNavR {
    right: -0.5em;
}

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

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

div.the_product {
    border: none;
    width: 32.1em;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

div.the_product_image, div.the_content {
    margin-top: 1em;
    margin-right: 0.5em;
}

div.the_actions {
    width: 4.8em;
    margin-left: 0.5em;
}
