.skin-stitch {
		width: 967px;
		height: 373px;
    padding: 10px 0;
    background: #393d40;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 0 25px;
}
.skin-stitch dl.slidedeck {
    height: 373px;
    margin: 0 !important;
    padding: 0 !important;
}
.skin-stitch dl.slidedeck dd {
    padding: 0px;
    background-color: #ffffff;
}
.skin-stitch dl.slidedeck dt {
    position: relative;
    cursor: pointer;
    height: 41px !important;
    color: #fff !important;
    font-family: "Century Gothic", Arial, sans-serif !important;
    background: url('/images/spines.png') center 0 no-repeat #393d40;
    padding: 0px !important;
    width: 373px !important;
}
.skin-stitch dl.slidedeck dt .index {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 18px;
    left: 30px !important;
}
.skin-stitch dl.slidedeck dt.spine_2 { background-position: center -41px; }
.skin-stitch dl.slidedeck dt.spine_3 { background-position: center -82px; }
.skin-stitch dl.slidedeck dt.spine_4 { background-position: center -123px; }
.skin-stitch dl.slidedeck dt.spine_5 { background-position: center -164px; }
.skin-stitch dl.slidedeck dt.spine_6 { background-position: center -205px; }
.skin-stitch dl.slidedeck dt.spine_7 { background-position: center -246px; }
.skin-stitch dl.slidedeck dt.spine_8 { background-position: center -287px; }
.skin-stitch dl.slidedeck dt.spine_9 { background-position: center -328px; }

.skin-stitch dl.slidedeck .activeCorner {
    background: url('/images/corners.png') 0 0 no-repeat;
    width: 14px;
    height: 24px;
    top: 40px !important;
    margin-left: -1px !important;
    display:none;
}

.skin-stitch dl.slidedeck .activeCorner.spine_2 { background-position: 0 -24px; }
.skin-stitch dl.slidedeck .activeCorner.spine_3 { background-position: 0 -48px; }
.skin-stitch dl.slidedeck .activeCorner.spine_4 { background-position: 0 -72px; }
.skin-stitch dl.slidedeck .activeCorner.spine_5 { background-position: 0 -96px; }
.skin-stitch dl.slidedeck .activeCorner.spine_6 { background-position: 0 -120px; }
.skin-stitch dl.slidedeck .activeCorner.spine_7 { background-position: 0 -144px; }
.skin-stitch dl.slidedeck .activeCorner.spine_8 { background-position: 0 -168px; }
.skin-stitch dl.slidedeck .activeCorner.spine_9 { background-position: 0 -192px; }
