.product-scroller {
    display: inline-block;
    width: 100%;
}
.carousel-title {
    width: 100%;
    margin: 10px 0;
}
.header-title {
    float: left;
}
.header-link {
    cursor: pointer;
}
.header-link .text {
    float: right;
}
.header-link .icon 
{
    margin-left: 10px;
    float: right;
    width: 17px;
    height: 17px;
    background-image: url(../Images/Icons/scroller-icon.png);
}
.carousel {
    position: relative;
    background: none;
    padding-bottom: 20px;   /* This value should be left otherwise background will overflow wrapper div */
    margin: 10px auto 0 auto;
}
.carousel .productScroller {
    margin: 0 auto !important;  /* This centers this actual scrolle to its parent, otherwise it will align left */
    z-index:1 !important;
}
.carousel a { text-decoration: none;border: none; }
.carousel img { border: none; }
.carousel-container {
    background: transparent url('../Images/Layout/Carousel/scroller-bg.png') repeat-x 0 40px;
}
.carousel-window {
    margin: 0 auto 0 auto;
    overflow: hidden;
    z-index: 99 !important;
}
.carousel .arrow {
    width: 80px;
    height: 250px;
    background: transparent url('../Images/Layout/Carousel/scroller-arrows-thick.png') no-repeat 0 0;
    position: absolute;
    cursor: pointer;
    z-index: 0;
    top: 37px;
}

.carousel .next {
    background-position: -84px 0;
    right: -54px;
}
.carousel .next:hover {background-position: -248px 0px;}
.carousel .previous {
    background-position: 0 0;
    left: -48px;
}
.carousel .previous:hover {background-position: -164px 0px;}
.carousel .band {
    z-index: 0;
    width: 100%;
    height: 86px;
    background-color:#3d3d3d;
}

.carousel .bg 
{
    position: absolute;
    top: 40px;
    background-color: #f4f4f4;
    width: 100%;
    border: 2px solid #cacaca;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel .item {
    width: 141px;
    height: 265px;
    margin: 0 5px;
}

.carousel .item .floater {
  float:left; height:50%; margin-bottom:-90px;
}
.carousel .item .mediator, .carousel .item .mediator td 
{
    height: 189px;
    vertical-align: middle;
  }
.carousel .item .image 
{
    position: relative;
    clear: both;
    width: 132px;
    border: 4px solid #d7d7d7;
    border-radius: 4px;
    background-color: #ffffff;
}
.carousel .item .image img 
{
    max-height: 181px;
    width: 100%;
}

.carousel .item .content {
    text-align: center;
    width: 141px;
    min-height: 50px;
}

.carousel .item .content .name {
    font-weight: bold;
    padding-top: 7px;
}

.carousel .item .content .description {
    font-weight: lighter;
    padding-top: 7px;
}

.carousel .item .content .price  
{
    padding-top: 7px;
}

.carousel .item .content .price .saving {
    color: red;
}



/* Competition Overrides */
.carousel .item.Competition .image { display: table-cell;vertical-align: middle;}
