/*Баннер с фотографиями*/
#mainPhotoBanner{position:relative;width:670px;height:230px;margin-bottom:13px;z-index:1; border:0px solid red;}
* html  #mainPhotoBanner { margin-top: 0px; }
#mainPhotoBanner .onePhoto{z-index:10;position:absolute;width:670px;padding-top:163px;top:0px;left:1px;cursor:pointer;}
#mainPhotoBanner .text{z-index:20;height:60px;font-size:14px;color:#fff; font-weight: bold;
padding:0px 0px 0px 10px;background:url(/images/photo_banner/grey.png) repeat 0px 0px;}
#mainPhotoBanner .header{font-size:17px;font-weight:bold;color:#fff;padding:0px 0px 3px 0px;margin:0px;line-height:20px;position:relative;top:6px;}
#mainPhotoBanner #arrowsBlock{z-index:99999;display:none;width:85px;height:34px;background:#ddd;position:absolute;top:129px;right:20px;/*background: transparent url(../images/photo_banner/arrows_block.png) repeat 0 0;*/
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px 10px;
border-top-left-radius: 10px 10px;
 -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
 -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
 opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
 filter: alpha(opacity=50);
}
  .arrowIcon {
    background: transparent url('/images/photo_banner/arrows.png') no-repeat 0 0;
    height: 18px;
    width: 20px;
    display: block;
    float: left;
    margin-top: 10px;
    cursor:pointer;
  }
  #arrowPrev{background-position: 0 -18px;margin-left:5px;}
  #pausePlay{margin-right:8px;margin-left:8px;}
  #mainPhotoBanner .arrowPause{background-position: 0 -36px;}
  #mainPhotoBanner .arrowPlay{background-position: 0 -54px;height: 21px !important;margin-top: 8px;}
   #arrowNext{}
#arrowsAuto{position:absolute;width:1px;height:1px;position:absolute;top:-1000px;background: transparent url('/images/photo_banner/arrows.png') no-repeat 0 0;}
body #mainPhotoBanner #arrowsBlock{display:block;}