.galerry_obal_index {
   float: left;
   line-height: 15px;  
}
.galerry_obal_all {
   width: 800px;
   height: 250px;
   overflow: auto;
}
.gal_back {
   color: Red;  
}
.gal_back:hover {
   color: White;  
}
.galerry_obal_index {
   float: left;
   line-height: 15px;
   height: 170px;
}
.gallery_cell {
   float: left;
   width: 100px;
   height: 100px;
   margin-right: 20px;
   margin-bottom: 20px;
   text-align: center;
}
.gallery_cell img {
   border: 0px;
   margin-bottom: 10px;
}
.gallery_cell a {
   color: White;
   text-decoration: none;
}
.gallery_cell a img {
   border: 1px solid white;
   text-decoration: none;
}
.gallery_cell a:hover {
   color: Red;
   text-decoration: none;
}
.gallery_cell a img:hover {
   border: 1px solid red;
   text-decoration: none;
}
.gallery_cell img {
   border: 1px solid White;
   text-decoration: none;
   cursor: pointer;
}
.gallery_cell img:hover {
   border: 1px solid Red;
   text-decoration: none;
   cursor: pointer;
}
