.fs-step .sn {
    margin-right: 10px;
    font-size: 2em;
    vertical-align: text-top;
    line-height: 1.2;
}

.fs-step .fs-fancybox .fs-imageEx {
    margin-top: 6px;
    margin-bottom: 10px
}

.styleTemplateList .styleRow{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.styleTemplateList .styleItem {
    display: inline-block;
    width: 245px;
    height: 100%;
    margin: 20px 5px;
    padding: 5px;
    border: 2px solid #ddd;
}

.styleTemplateList .styleItem.selected{
    border: 2px solid red;
}

.styleTemplateList .styleItem img{
    display: block;
    margin: 0 auto;
}
