div#buttonBlock {
    padding: 0px;
    margin: auto;
    height: 130px;
    width: 800px;
    border: solid 0px black;
    color: #999999;
    
}	

div#bb_viewWrap {
    background-color: #ffffff;
    float: left;
    width: 800px;
    height: 125px;
}

div#bb_view {
    position: relative;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    height: 120px;
    width: 800px;
}

div#bb_blocks {
    position: relative;
    height: 120px;
    background-color: #ffffff;
}

div#bb_blocks .block {
    float: left;
    cursor: pointer;
    /*background: transparent url(../images/widgetspecials_bg.jpg) no-repeat scroll center top;*/
    background:transparent url(../../images/widgetspecials_bg.jpg) no-repeat center top;
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

div#bb_blocks .block .blockImage {
   margin: 0px auto;
}

div#bb_blocks .block .firstPriceLabel {
    color: #001a64;
    margin: 0px 5px 0px 0px;
}

div#bb_blocks .block .firstPriceValue {
    color: #970813;
    font-size: 11px;
}

div#bb_blocks .block .secondPriceLabel {
    color: #001a64;
    margin: 0px 5px 0px 0px;
}

div#bb_blocks .block .secondPriceValue {
    color: Red;
    font-size: 11px;
}

div#bb_previous {
    float: left;
    width: 10px;
    height: 130px;
    cursor: pointer;
    background: #8db6e4 url(../../images/detail/scrollbarArrowLeft.gif) no-repeat scroll 50% 50%;
}

div#bb_next {
    float: right;
    width: 10px;
    height: 130px;
    cursor: pointer;
    background: #8db6e4 url(../../images/detail/scrollbarArrowRight.gif) no-repeat scroll  50% 50%;
}