.ImgVw_Frame {border: 0;  float:left; width: 100%; background-color: inherit;margin: 0%;}
.ImgVw_Main {
   background: inherit; 
   border: none; margin: 0%; 
   width: 100%; 
   margin-left: auto; 
   margin-right: auto; 
   height: 16em;
   height: 16rem;
}

.ImgVw_Main_nohi {background: inherit; border: none; margin: 0%; width: 100%; 
margin-left: auto; margin-right: auto;}


.Imgclickdownld{
   display:block; 
   font-size: large;
   border: #4d4d4d solid; 
   border-width: 1%; 
   margin-right: auto; 
   border-radius: 1%;
   width: 10em;
   width: 10rem;
   background:green;
   border-radius: 1%;
   margin-top: 1%;
   text-align: center;
   margin-left:auto;
   margin-right:auto;

}
.ImgVw_OneItem_off{width:inherit; height:inherit; margin-left: auto; margin-right: auto; display:none; border: none;}
.ImgVw_OneItem_on{ width:inherit; height:inherit; margin-left: auto; margin-right: auto; display:inherit; border: none;}

.ImgVw_OneImg,.ImgVw_OneImg_nohi{
   max-width:100%; border: none ; margin-left: inherit; margin-right: inherit; cursor: pointer; 
}   
.ImgVw_OneImg{
   max-height: 22em;
   max-height: 29rem;
}
/*.ImgVw_OneImg_nohi{max-width:100%;  border: none ; margin-left: inherit; margin-right: inherit; cursor: pointer;}*/

.ImgVw_OneYouTube{width:100%; border: none ; border-width: medium;margin-left: inherit; margin-right: inherit; text-align: center;}

.ImgVw_AllThumbs{   
   background-color: #7a7a7a; 
   border: #4d4d4d solid; 
   border-width:  1%; 
   margin: 0; 
   width:99%;
   margin-right: auto; 
   border-radius: 1%;
}

.ImgVw_OneThumb   {
   height: 54px;
   overflow: hidden;
   float:left; 
   border: solid;  
   /*  width: 60px;*/
   width: 16%;
   margin-left:.02%; 
   margin-top:.4%; 
   margin-bottom:.4%; 
   margin-right:.02%; 

   border-color: #7a7a7a; 
   border-width: thin; 
   background-color: inherit; 
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
}
.ImgVw_OneThumbSelected {
   border-color: yellow;  
}
.ImgVw_OneThumbImg{height: 100%; border:none; vertical-align: middle;border-collapse: collapse;}
.ImgVw_OneThumbYTube {height:100%; border: none;}
.ImgVw_Caption{text-align:center;}

.SpanUTubeArrow{
   background: transparent;
   border: medium none;
   height: 40%;
   width: 40%;
   position: relative;

   top: -70%;

   z-index: 110;

}

.Imgclicktoenlarge
{
   clear: both;
}

.clearFix { clear: both; }

div#ImgVw_OneItem div.vidnxtlastbox
{
    display:block;
    width:100%;
    text-align: center;
}

div.vidnxtlastbox img.SpanBlowup_Left,
div.vidnxtlastbox img.SpanBlowup_Right
{
  position: relative;  
  margin-right: 2em;
  margin-left: 2em;
  max-height: 1.5em;
   
}
@media screen and (max-width: 880px)
{
a.MainImage_blowup span#bigboy.SpanBlowup_show img
 {
     max-width:100%;
 }
}