* {
    margin: 0;
    padding: 0;
}
#ImageScrollPrev, #ImageScrollNext{
    margin-top: 50px !important;
}
#ImageScrollPrev{padding-right: 20px !important;}
#ImageScrollNext{padding-left: 20px !important;}
.ProductZoomImageBox, .ProductZoomImageBox *{
    min-height: 150px !important;
 }

body {
    font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
    font-size: .8em;
    text-align: center;
    margin: 10px;
}

p {
    line-height: 1.3;
    margin-bottom: 8px;
}

h1 {
    font-size: 2em;
    color: #333;
    font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 10px 0;
}

a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #fca07c;
}

a.disabled {
    color: black;
    text-decoration: none;
    cursor: auto;
}

a.disabled:hover {
    color: black;
}

img,a img {
    border: 0;
}

.Nav {
    font-size: .9em;
    padding-bottom: 4px;
    clear: both;
    padding-top: 15px;
}

.Nav .PrevLink {
    font-size: 16px;
}

.Nav .NextLink {
    font-size: 16px;
}

.ImageCount {
    color: gray;
    font-size: 12px;
}

.Title {
    padding-bottom: 10px;
}

.ProductTinyImageList ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid #e0e0e0;
    margin-left: 3px;
}

.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}

.ProductTinyImageList ul li .TinyOuterDiv {
    display: block;
}

.ProductZoomImageBox {
    display: table-cell;
}

.ProductZoomImageBox,.ProductZoomImageBox * {
    margin: auto;
    vertical-align: middle;
}
.ProductZoomImageBox{
    overflow: auto;
}
@media only screen and (max-width: 768px){
    .ProductZoomImageBox img{
        width: auto !important;
        height: auto !important;
        max-width:350%;
    }
    h1{
        font-size: 1.4em;
    }
}
.ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    float: left;
}

#ImageScrollPrev,#ImageScrollNext {
    float: left;
    background: 0;
    border: 0;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}
.ImageCarousel{
    width: 100%;
    margin: auto;
    float: right;
}
.ProductTinyImageList {
    float: left;
    margin: 10px auto;
    white-space: nowrap;
    width: 100% !important;
    overflow: hidden;
    overflow-x: auto!important;
}
