﻿.thumbnailli{
    list-style:none;
    display:inline-block;
}

li {
    list-style:none;
    display:inherit;
}

ul{
    padding:0;
    margin:0;
    white-space:nowrap;
}

.thumbnail {
    height:50px;
    padding:2px;
}

.large {
    /*width:405px;*/
    max-width:405px;
    max-height:280px;
    vertical-align:top;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.mainimageshell {
    background-color:#fff;
    border-radius:8px;
    float:left;
    width:400px;
    padding:10px;
}

.viewwindow {
    width:380px;
    height:307px;
    overflow-x: hidden;
    position:relative;
    overflow-y:hidden;
}

.fullsizelist{
    position:absolute;
    top:0;
    left:0;
    transition:  left .8s ease;
    -ms-transition:  left .8s ease;
    -o-transition:  left .8s ease;
    -webkit-transition:  left .8s ease;
    -moz-transition:  left .8s ease;
}

.bg {
    background-color:#333;
    padding:10px;
    border-radius:8px;
    float:left;
}
    

.thumbsshell {
    background-color:#fff;
    width:400px;
    padding:10px;
    border-radius:8px;
    float:left;
}

.thumbswrapper {
    overflow-x: scroll;
    width:385px;
    height:60px;
    margin:20px auto;
    overflow-y:hidden;
}

.thumbwrapper {
    float:left;
    height:80px;
}

.captionshell {
    margin:0 0 10px 5px;
    background-color:#fff;
    width:175px;
    height:324px;
    padding:0 10px;
    border-radius:8px;
    float:left;
}

.logoshell {
    margin:0 0 0 5px;
    text-align:center;
    background-color:#fff;
    width:175px;
    padding:9px 10px;
    border-radius:8px;
    float:left;
}