﻿.RevolvingBannerGroupWrapper{
    background-color:#e5e5e5;
    border:none;
    height:340px;
    margin:0 auto;
    margin-bottom:20px;
    width:99%;
    position:relative;
    border-radius:0px;
}
.RevolvingBannerItemWrapper{
    position:relative;
    background-color:white;
    border:none;
    /*border-radius:10px;*/
    width:730px;
    height:320px;
    margin:0 auto;
    padding:5px;
    top:5px;
    vertical-align:middle;
}
.RevolvingBannerTextHolder{
    background-color:transparent;
    border:none;
    float:right;
    font-size:x-large;
    padding-top:20px;
    text-align:center;
    vertical-align:middle;
    width:320px;
    position:relative;
    top: 50%;
    right:40px;
    transform: translateY(-50%);
}
.RevolvingBannerProductName a {
    background-color: transparent;
    border: none;
    color: #01499a;
    text-decoration: none;
    font-weight: 900;
}
.RevolvingBannerProductName{
    background-color:transparent;
    border:none;
    color:#01499a;
    text-decoration:none;
    font-weight:900;
}
.RevolvingBannerSellPrice {
    display:table;
    background-color:transparent;
    border-top:7px solid;
    border-bottom:7px solid;
    color:#ec6608;
    font-weight:900;
    margin:7px auto;
}
.RevolvingBannerSellPricePromo {
    display:none;
}
.RevolvingBannerPromoGroupPrice{
    font-size:16px;
}
.RevolvingBannerPromoPrice{
    display:table;
    background-color:transparent;
    color:#ec6608;
    /*color:red;*/
    border-top:5px solid;
    border-bottom:5px solid;
    font-size:40px;
    font-weight:900;
    margin:10px auto;
}
.RevolvingBannerImageHolder{
    background-color:transparent;
    border:none;
    width:320px;
    vertical-align:middle;
    text-align:center;
    position:relative;
    right:-40px;
    top: 50%;
    transform: translateY(-50%);
}
.RevolvingBannerPrevious{
    background-color:transparent;
    background-image:url(Imagens/Previous.png);
    cursor:pointer;
    height:330px;
    width:40px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
    border-radius:10px 0px 0px 10px;
}
.RevolvingBannerNext{
    background-color:transparent;
    background-image:url(Imagens/Next.png);
    cursor:pointer;
    height:330px;
    width:40px;
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
    border-radius:0px 10px 10px 0px;
}
.RevolvingBannerSelectBanner{
    background-color:#e5e5e5;
    bottom:0px;
    border-radius:10px 10px 0 0;
    cursor:pointer;
    display:table;
    margin:0 auto;
    position:absolute;
    right:50%;
    transform:translateX(50%);
}
.RevolvingBannerSelectBannerSelected{
    background-color:#ec6608;
    border-radius:5px;
    display:inline-block;
    height:10px;
    width:10px;
    margin:5px;
}
.RevolvingBannerSelectBannerUnSelected{
    background-color:#01499a;
    border-radius:5px;
    display:inline-block;
    height:10px;
    width:10px;
    margin:5px;
}