
/* Gobal Reset */
* {
    margin: 0;
    padding: 0;
}

/* General */
body {
    font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif;
    font-size: 0.8em;
    text-align: center;
    margin: 10px;
}

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

h1 {
    font-size: 2em;
    color: #ccc;
font-family: 'Oswald',sans-serif;    
font-weight: normal;
font-style: normal;
    margin: 10px 0;
}

a {
    color: #010101;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #333;
}


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

img, a img {
    border:none;
}

/* Page Breadcrumbs */
.Nav {
    font-size: 12px;
    padding-bottom: 4px;
    clear:both;
    padding-top:15px;
    color:#888;
}

.Nav .PrevLink { font-size:12px; color:#00ace4; }
.Nav .NextLink { font-size:12px; color:#00ace4; }
.ImageCount { color:gray; font-size:11px;}
.Nav .PrevLink:hover, .Nav .NextLink:hover { color:#fff;}

.Title {
    padding-bottom: 10px;
}
.ProductTinyImageList ul li {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    float: left;
    border: 1px solid #282828 !important;
    margin:0 3px;

}
.ProductTinyImageList ul li.selected {
    border: 1px solid #00ace4 !important;
}
.ProductTinyImageList ul li img {
width: auto;
height: auto;
}

.ProductTinyImageList {
margin: 0 !important;
}
.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 60px !important;
    height: 60px !important;
    
}

.ProductTinyImageList ul li .TinyOuterDiv {
    border: 0px solid white;
    display: block;

}

.ProductZoomImageBox {
    display:table-cell;
}

.ProductZoomImageBox, .ProductZoomImageBox *{
    margin:auto;
    vertical-align: middle;

}

.ImageCarousel {
margin-top: 20px !important;
}
.ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

#ImageScrollPrev,
#ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:20px;
    cursor:pointer;
    display: none;
}

.ProductTinyImageList {
    float: left;
    margin-top:10px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
}

.ProductTinyImageList ul li div img { padding-top:0px !important;}