@CHARSET "UTF-8";

.pic-box {
   position: relative;
   text-align: center;
}

.pic-box .pic-collection a {
    vertical-align: middle;
    text-align: center;
    display: none;
    font-size: 0;
}

.pic-box .pic-collection a.on {
    display: block;
    background: url("../img/ajax_loader.gif") 50% 50% no-repeat;
}


.pic-box .pic-collection a span {
    display: none;
}

.pic-box .pic-box-controls {
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}


.pic-box .pic-box-controls .prev {
    position: absolute;
    top: 0;
    left: 10px;
}

.pic-box .pic-box-controls .next {
    position: absolute;
    top: 0;
    right: 10px;
}

.pic-box .pic-box-controls .counter {
    text-align: center;
}


.pic-box .pic-box-controls .counter strong {
    font-weight: normal;
}

.pic-box .pic-box-controls span {
    color: #ff7800;
}

.pic-box .pic-box-controls a:hover {
    color: #f1440c;
}





.pic-box-med .pic-box {
    width: 295px;
    height: 235px;
    background: url("../img/offer_pic_bg_1.gif") 0 0 no-repeat;
}

.pic-box-med .pic-box .pic-collection {
    height: 213px;
    overflow: hidden;
}

.pic-box-med .pic-box .pic-collection a {
    height: 213px;
    width: 295px;
}

.pic-box-med .pic-box .pic-collection a.on {
    display: table-cell;
}

.pic-box-med .pic-box .pic-collection a * {
    vertical-align: middle;
}

.pic-box-med .pic-box .pic-collection a span {
    display: inline-block;
    height: 100%;
}

.pic-box-med .pic-box .pic-box-controls {
    height: 22px;
    width: 100%;
    line-height: 16px;
}



#pic-box-big {
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 50;
    display: block;
}

#pic-box-big .pic-header h2 {
    color: #000;
    font-size: 9px;
    font-weight: bold;
    float: left;
    padding-right: 55px;
    line-height: 34px;
    background-position: 100% 50%;
}

#pic-box-big .pic-header {
    background: url("../img/logo_mini_1.png") 100% 50% no-repeat;
    height: 34px;
}

#pic-box-big .pic-box .pic-box-controls {
    position: relative;
    height: 21px;
    width: 100%;
    line-height: 21px;
    padding-top: 9px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

#pic-box-big  .pic-box .pic-box-controls .prev {
    top: 9px;
    left: 0;
}

#pic-box-big  .pic-box .pic-box-controls .next {
    top: 9px;
    right: 0;
}

#pic-box-big .pic-box {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.pic-box-mini {
    display: none;
}

.pic-box-med .pic-box .pic-collection a.on {
    min-width: 200px;
    min-height: 100px;
}

#pic-box-big .pic-collection {
    text-align: left;
}

#pic-box-big .pic-box .pic-collection a {
    cursor: default;
}

#pic-box-big .pic-collection table {
    border: 0;
    text-align: left;
    border-collapse: collapse;
}

#pic-box-big .pic-collection table td {
    vertical-align: top;
    text-align: center;
    border: 0;
    padding-right: 1px;
    padding-bottom: 1px;
}



#pic-box-big .pic-box .pic-collection table a {
    display: block;
    cursor: pointer;
}




#pic-box-big .close {
    position: absolute;
    bottom: -30px;
    right: -11px;
    z-index: 60;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-right: 19px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/close_white_15x15.png") !important;
    background-image: url("../img/close_white_15x15.gif");
    line-height: 15px; 
}

#pic-box-big .lnk-mini {
    background: url("../img/ico_mini_11x8.gif") 100% 50% no-repeat;
    padding-right: 16px;
}


#pic-box-big .crnr {
    width: 11px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    font-size: 0;
}


#pic-box-big .bg {
    position: absolute;
    background-color: #fff;
    font-size: 0;
}

#pic-box-big .l {
    height: 100%;
    width: 11px;
    top: 0;
    left: -11px;
}

#pic-box-big .t {
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
}

#pic-box-big .r {
    height: 100%;
    width: 11px;
    top: 0;
    right: -11px;
}

#pic-box-big .b {
    width: 100%;
    height: 5px;
    bottom: -5px;
    right: 0;
}


#pic-box-big .tl {
    background-image: url("../img/corner_white_b_11x5_tl.png") !important;
    background-image: url("../img/corner_white_b_11x5_tl.gif");
    top: -5px;
    left: -11px;
}

#pic-box-big .tr {
    background-image: url("../img/corner_white_b_11x5_tr.png") !important;
    background-image: url("../img/corner_white_b_11x5_tr.gif");
    top: -5px;
    right: -11px;
}

#pic-box-big .bl {
    background-image: url("../img/corner_white_b_11x5_bl.png") !important;
    background-image: url("../img/corner_white_b_11x5_bl.gif");
    bottom: -5px;
    left: -11px;
}

#pic-box-big .br {
    background-image: url("../img/corner_white_b_11x5_br.png") !important;
    background-image: url("../img/corner_white_b_11x5_br.gif");
    bottom: -5px;
    right: -11px;
}



