.panel {
  width: 1000px;
  behavior: url(PIE.htc);
  border-radius: 10px;
  -ms-border-radius: 10px;
  background: white;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: silver;
  padding: 2px 2px;
  display: none;
  z-index: 2;
  behavior: url(PIE.htc);
}

.boxclose {
  float:right;
  background-color: white;
  width:20px;
  height:20px;
  margin: 0 0 0 0;
  display: block;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

#mask {
  background-color: #424643;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none; 
  opacity: 0.7;
  z-index: 1;
}

.sub_head_boxclose {
  margin-top: -1px;
  margin-right: 0;
  font-weight: bold;
  font-size: 16pt;
  text-align: center;
  color: #0c7111;
  z-index: 2;
}

.font_sub_discribe {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 0;
  text-align: justify;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
}

.panel1 {
  width: 600px;
  behavior: url(PIE.htc);
  border-radius: 10px;
  -ms-border-radius: 10px;
  background: white;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: silver;
  padding: 2px 2px;
  display: none;
  z-index: 2;
  behavior: url(PIE.htc);
}

.subheader {
  color: #22722a;
  font-family: Times New Roman; 
  font-size: 18pt; 
  margin-top: 15px; 
  margin-right: 10px; 
  margin-bottom: 0px; 
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
}

.font_right_col1 {
  font-size: 13pt;
  margin: 0 20px 0 20px;
  text-align: justify;
}

/*#slider-wrap{ /* Оболочка слайдера и кнопок */
/*    width:200px; 
    padding-left: 100px;
    } */
#slider{ /* Оболочка слайдера */
    width:800px;
    height:400px;
    overflow: hidden;
    border:#eee solid 10px;
    position:relative;
}
/*.slide{ /* Слайд */
/*    width:100%;
    height:100%;
    }
.sli-links{ /* Кнопки смены слайдов */
/*    margin-top:10px;
    text-align:center;}
.sli-links .control-slide{
    margin:2px;
    display:inline-block;
    width:16px;
    height:16px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
    cursor:pointer;
    background-position:center center;}
.sli-links .control-slide.active{
    background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
/*    display:block;
    width:15px;
    height:100%;
    position:absolute;
    top:0;
    overflow:hidden;
    text-indent:-999px;
    background:url(arrowBg.png) left center no-repeat;
    opacity:0.8;
    z-index:3;
    outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
    right:10px;
    background:url(arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
    opacity:1;}

/*.slider { 
  float:left; 
  width:800px; 
  height:200px; 
  position:relative;
  padding-bottom:26px; 
  padding-left:100px;
  padding-top: 20px;
} 

.sliderContent { 
  float:left; 
  width:800px; 
  height:200px; 
  clear:both; 
  position:relative; 
  overflow:hidden; 
} 

.sliderArrows a { 
  display:block; 
  text-indent:-9999px; 
  outline:none;
  z-index:50; 
  background-image:url(../gfx/prev_next.png); 
  width:42px; 
  height:42px; 
  position:absolute; 
  top:50%; 
  margin-top:-34px; 
} 

.prev { 
  background-position:0 0; 
  left:15px; 
}

.prev:hover {
  background-position:0 -44px; 
} 

.next { 
  right:15px; 
  background-position:-44px 0; 
} 

.next:hover {
  background-position:-44px -44px; 
} 

.sliderContent .item { 
  position:absolute; 
  width:800px; 
  height:200px; 
  background:#fff; 
}

.sliderBullets { 
  position:absolute; 
  bottom:0; left:50%; 
  z-index:50; 
  margin-left:-45px; 
} 

.sliderBullets a { 
  display:block; 
  float:left; 
  text-indent:-9999px;
  outline:none;
  margin-left:5px; 
  width:10px; 
  height:11px; 
  background:url(../gfx/bullets.png) no-repeat; 
}

.sliderBullets .active { 
  background-position:0 -11px; 
} 

.sliderContent a { outline:none; }*/