div.item-strip {
    position: relative;

    height: 170px;
    /* background: url(../images/item_strip_background.png) no-repeat; */
    background: url(../images/item_strip_sprite.png) no-repeat 0px 0px;
}

div.item-strip h3  {
    padding-top: 14px;
    padding-left: 55px;
    padding-bottom: 14px;
    color: #545454;
    font-size: 14px;
    font-weight: bold;
}

div.item-strip h3 span {
    font-size: 10px;
    font-weight: bold;
}

div.item-strip h3 span a {
    color: #a20000;
}


div.item-strip h3 span a:hover {
    text-decoration: underline;    
}

a#strip-previous, a#strip-next {
    display: block;
    position: absolute;
    top: 85px;
    width: 30px;
    height: 25px;
}


div.item-strip a span {
    display: none;
}

a#strip-previous {
    left: 10px;
}

a#strip-next {
    right: 10px;
}

a#strip-previous.navigation-enabled {
    /* background: url(../images/previous_on.png) no-repeat; */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -170px;
}

a#strip-next.navigation-enabled {
    right: 10px;
    /* background: url(../images/next_on.png) no-repeat; */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -195px;
}


a:hover#strip-previous.navigation-enabled {
    /* background: url(../images/previous_hover.png) no-repeat; */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -220px;
}

a:hover#strip-next.navigation-enabled {
    /* background: url(../images/next_hover.png) no-repeat; */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -245px;
}

a#strip-previous.navigation-disabled {
    /* background: url(../images/previous_off.png); */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -270px;
}

a#strip-next.navigation-disabled {
    /* background: url(../images/next_off.png); */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -295px;
}


a:hover#strip-previous.navigation-disabled {
    /* background: url(../images/previous_off.png); */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -270px;
}

a:hover#strip-next.navigation-disabled {
    /* background: url(../images/next_off.png); */
    background: url(../images/item_strip_sprite.png) no-repeat 0px -295px;
}

div.thumb-panel {
    position: absolute;
    height: 134px;
    overflow: hidden;
    top: 26px;
}

div.thumb-panel img.item-image {
    position: absolute;
}