div.pricebox {
padding: 20px 0px 75px 0px;
}

div.addthis_toolbox {
    height: 20px;
    margin: 20px 0 30px;
}

div.pricebox div.price {
    font-size: 40px;
    float:left;
    padding: 0px 50px 0px 0px;
}

div.pricebox div.buy {
    background-image: url("/img/bg_buy.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 31px;
    text-align: center;
    padding:7px 3px;
    float:left;
    margin-top:5px;
    cursor: pointer;
}

div.pricebox div.buy input[type=submit]{
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}

div.pricebox div.quickorder {
    padding: 5px 14px 5px 0px;
    background-image: url("/img/arr_orange_right.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
}


div.pricebox div.quickorder a {
    text-decoration: none;
    border-bottom: 1px dashed #003B73;
}

button.button_arr_orange {
    margin-top:30px;
    background-image: url("/img/arr_orange_right.png");
    background-repeat: no-repeat;
    background-position: 7px 50%;
    padding: 1px 5px 1px 20px;
    border:1px solid #CCCCCC;
    font-weight: 500;
    border-radius:10px;
    -moz-border-radius:10px;
    color: #787878;
    margin-right: 10px;
}

/* Галерея */

#productImg{ height:450px; overflow:hidden; padding:10px 0; z-index: 100; text-align:center}
#productImg table{ border-collapse:collapse; width:100%;}
#productImg td{ width:100%; height:360px; padding:0; vertical-align:middle; text-align:center;}

#productImg td img { max-width: 520px; max-height: 400px;}

.product-pictures-scroll {

    position: relative;
    width: 170px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.product-pictures-scroll .product-pictures-scroll-arrow {

    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 16px;
    height: 59px;
}

.product-pictures-scroll .product-pictures-scroll-arrow span {

    display: block;
    height: 100%;
    cursor: pointer;
}

.product-pictures-scroll .product-pictures-scroll-arrow .disabled {

    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: default;
}

.product-pictures-scroll .product-pictures-scroll-left-arrow {

    left: 0;
}

.product-pictures-scroll .product-pictures-scroll-left-arrow span {
    background-image: url(/images/styles/i_prev.png);
    background-repeat: no-repeat;
    background-position: 0px 16px;
}

.product-pictures-scroll .product-pictures-scroll-right-arrow {

    left: 100%;
    margin-left: -16px;
}

.product-pictures-scroll .product-pictures-scroll-right-arrow span {
    background-image: url(/images/styles/i_next.png);
    background-repeat: no-repeat;
    background-position: 0px 16px;
}

.product-pictures-scroll .product-pictures-scroll-list {

    position: relative;
    width: auto;
    height: 96px;
    margin: 0 auto;
    overflow: hidden;
}

.product-pictures-scroll .product-pictures-scroll-list ul {

    position: relative;
    left: 0;
    overflow: hidden;
    zoom: 1;
}

.product-pictures-scroll .product-pictures-scroll-list ul li {
    /*line-height:90px;*/
    height:90px;
    width:90px;
    text-align:center;
    float: left;
    padding: 2 8px;
    border: 2px solid #FFF;
    vertical-align:middle;
    /*display: table-cell;*/
}
.product-pictures-scroll-list ul li a {
    /*display: inline-block;*/
}

.product-pictures-scroll .product-pictures-scroll-list ul li img {
    max-width: 80px;
    max-height: 80px;
    border: 5px solid #fff;
}

.product-pictures-scroll .product-pictures-scroll-list ul li.current {

    border: 2px solid #FFBE66;
}

.product-pictures-scroll-double {

    width: 280px;
}

.product-pictures-scroll-double .product-pictures-scroll-list {

    width: 220px;
}

.product-pictures-scroll-triple {

    width: 390px;
}

.product-pictures-scroll-triple .product-pictures-scroll-list {

    width: 330px;
}

.product-pictures-scroll-quadruple {

    width: 430px;
}

.product-pictures-scroll-quadruple .product-pictures-scroll-list {

    width: 390px;
}

.product-pictures-scroll-quintuple {

    width: 610px;
}

.product-pictures-scroll-quintuple .product-pictures-scroll-list {

    width: 550px;
}


.photo-gallery img {
    max-width: 480px;
    max-height: 450px;
}