.discribe {
  text-align: justify;
  color: black; 
  font-family: Times New Roman; 
  font-size: 13pt; 
  float: none; 
  margin: 0px 10px;
}

.hideline {
  text-align: center;
  color: #800080;
  font-family: Times New Roman; 
  font-size: 18pt; 
  margin-top: 0px; 
  margin-right: 10px; 
  margin-bottom: 0px; 
  margin-left: 10px;
}

.hider {
  text-align: center;
  color: #006600;
  font-size: 20pt;
  margin-top: 0; 
  margin-bottom: 0;
}

#layer1 {
  visibility: hidden;
}

#picture1 {
  width: 240px; 
  height: 323px;
}

#picture2 {
  width: 240px;
  height: 149px;
}

.heading {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    color: #008000
}

.subheading {
    margin: 0 20px;    
    text-align: justify;
    font-size: 13pt
}

.subheading2 {
    margin: 0 20px;    
    text-align: center;
    font-size: 13pt
}

.subheading3 {
    margin: 0 20px;    
    text-align: right;
    font-size: 13pt
}

.subheading4 {
  text-align: left;
  margin: 8px 10px; 
  font-size: 13pt
}

.tabtd {
    width: 200pt; 
    border-left: 1.0pt solid black; 
    border-right: none;  
    border-top: 1.0pt solid black; 
    border-bottom: 1.0pt solid black; 
    padding-left: 5.4pt; 
    padding-right: 5.4pt; 
    padding-top: 0cm; 
    padding-bottom: 0cm
}

.tabtd1 {
    width: 75.45pt; 
    border-left: 1.0pt solid black; 
    border-right: 1.0pt solid black; 
    border-top: 1.0pt solid black; 
    border-bottom: 1.0pt solid black; 
    padding-left: 5.4pt; 
    padding-right: 5.4pt; 
    padding-top: 0cm; 
    padding-bottom: 0cm
}

.tabtd2 {
    width: 75.45pt; 
    border-left: 1.0pt solid black; 
    border-right: none;  
    border-top: 1.0pt solid black; 
    border-bottom: 1.0pt solid black; 
    padding-left: 5.4pt; 
    padding-right: 5.4pt; 
    padding-top: 0cm; 
    padding-bottom: 0cm
}

.box {
  width: 277px;
  valign: middle;
  padding: 1px;
  background-color: #C0C0C0;
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.box1 {
  width: 277px;
  valign: middle;
  padding: 1px;
  border: 2px ridge #C0C0C0;
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.fonthead {
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
   margin-top: 8px;
  margin-bottom: 8px;
}

.head2 {
    margin-top: 10px; 
    margin-bottom: 0; 
    margin-left:40px; 
    margin-right:40px;
    text-align: center;
	color: #FFFFFF;
    font-size: 16pt
}

.subhead2 {
  margin-left: 10px; 
  margin-right: 360px; 
  margin-top: 0; 
  margin-bottom: 0;
  text-align: left;
  font-size:13pt
}

.subhead3 {
  margin: 0 10px;
  text-align: center;
  font-size: 18pt;
  color: #800080
}

.subhead4 {
  margin-left: 200px; 
  margin-right: 10px; 
  margin-top: 0; 
  margin-bottom: 0;
  text-align: justify;
  font-size:13pt
}

.discribe1 {
  text-align: center;
  color: black; 
  font-family: Times New Roman; 
  font-size: 13pt; 
  float: none; 
  margin: 0px 10px;
}

.font_right_col {
  font-size: 13pt;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#slider-wrap{ /* Оболочка слайдера и кнопок */
    width:200px; 
    padding-left: 80px;
    }
#slider{ /* Оболочка слайдера */
    width:800px;
    height:200px;
    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;}