#ProdPhoto .rigToolbarBottomInside{
    display  : none !important;
}
#ProdPhoto .rigDescriptionBox{
    display : block !important;
    margin : 0 !important;
    width : 520px;
    float : right !important;
    background : rgba(20,150,61,.9) !important;
    padding : 10px 20px !important;
}
#ProdPhoto .rigDescriptionBox h4{
    font-size : 24px;
    font-weight : lighter;
    color : #00281e;
}
#ProdPhoto .rigDescriptionBox p{
    margin-top : 1em;
    color : #fff !important;
    font-size : 14px;
}
#ProdPhoto .rigToolsWrapper{
    top : 0 !important;
    right : 0 !important;
}
#ProdPhoto .rigActiveImage img{
    width : 100%;
    height : 100%;
    padding : 0;
}
#ProdPhoto .rigThumbnailsList{
    background : transparent !important;
    padding-top : 20px !important;
    padding-left : 60px !important;
}
#ProdPhoto .rigThumbnailsBox{
    background: linear-gradient(to right, #004937 0%,#004937 50%,#14963d 100%) !important;
}
#ProdPhoto .rigThumbnailActive a{
    border : 2px solid #81b81b !important;
}
#ProdPhoto .rigScrollPrevButton,.rigScrollNextButton{
    display : block !important;
    margin-top: -20px !important;
}
#ProdPhoto .rigIcon {
    display : none !important;
}
#ProdPhoto .rigScrollPrevButton{
    background-image : url(../../../img/scrol-prev.jpg) !important;
    background-position : 0px 0px;
    display : block !important;
    width : 30px;
    height : 30px;
    transition : all .4s ease;
}
#ProdPhoto .rigScrollPrevButton:hover{
    background-position : -30px 0px;
    transition : all .4s ease;
}
#ProdPhoto .rigScrollNextButton{
    background-image : url(../../../img/scrol-next.jpg) !important;
    background-position : -30px 0px;
    display : block !important;
    width : 30px;
    height : 30px;
    transition : all .4s ease;
}
#ProdPhoto .rigScrollNextButton:hover{
    background-position : 0px 0px;
    transition : all .4s ease;
}
#ProdPhoto .rigActionButton:focus,.rigActionButton:active{
    outline : 0;
}


