﻿

@media screen and (max-width: 980px) and (min-height: 1100px) {
  #horizontal_images_content 
  {
      width: 100%;
  }
  #nav_next
  {
      display: none;
  }
   #nav_prev
  {
      display: none;
  }  
  #content
  {
     padding-left: 100px !important;
  }
  #horizontal_images_content ul 
  {
    height: Auto !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
  #horizontal_images_content ul li 
  {
    height: Auto !important;
    display:list-item !important;
    margin-bottom:10px !important;
  }
  #horizontal_images_content img 
  {
    height: Auto !important;
    width: 100% !important;
  }
  #content .margin_top
  {
      height:5px !important;
  }
  #horizontal_images_content .margin_btm
  {
      height:400px !important;
  }
   #horizontal_images_content 
  {
    overflow-y: Auto !important;
  }
  .image_content > img
  {
      height: Auto !important;
      width: 100% !important;
  }  
}

#horizontal_images_content
{   
   text-align: center;
   white-space: nowrap;
   height: 100%;
   background-color:#fff;    
   overflow: auto;
   overflow-y: hidden; 
   -webkit-overflow-scrolling: touch;
}

#img_content .margin_top
{
    height: 7%;
}
#img_content .margin_btm
{
    height: 7%;
}

.hight_full .margin_top
{
    height: 7%;
}
.hight_full  .margin_btm
{
    height: 0px;
}
.hight_full .image_content
{
   height: 93%;
}

.full .margin_top
{
    height: 0px;
}
.full  .margin_btm
{
    height: 0px;
}
.full .image_content
{
   height: 100%;
}

.hight_70per .margin_top
{
    height: 15%;
}
.hight_70per  .margin_btm
{
    height: 15%;
}
.hight_70per .image_content
{
   height: 70%;
}
.hight_70per ul li
{
    margin-right:5px !important;
}

.hight_80per .margin_top
{
    height: 10%;
}
.hight_80per  .margin_btm
{
    height: 10%;
}
.hight_80per .image_content
{
   height: 80%;
}
.hight_80per ul li
{
    margin-right:5px !important;
}


.hight_680 .margin_top
{
    height: 20%;
}
.hight_680  .margin_btm
{
     height: 20%;
}
.hight_680 .image_content
{
   height: 60%;
   /*max-height:680px;*/
}
.hight_680 ul li
{
    margin-right:10px !important;
}

.hight_50per .margin_top
{
    height: 25%;
}
.hight_50per  .margin_btm
{
     height: 25%;
}
.hight_50per .image_content
{
   height: 50%;
   /*max-height:680px;*/
}
.hight_50per ul li
{
    margin-right:10px !important;
}


#horizontal_images_content ul
{
    height: 100%; 
    margin-left:100px; 
    margin-right:100px; 
}
#horizontal_images_content ul li
{    
    height: 100%; 
    display: inline; 
    list-style: none; 
    margin:0;
    padding: 0 0 0 0;
}

#horizontal_images_content img
{
    height: 100%;
    width: auto; 
    border-style:none;
}


#horizontal_images_content ul li.page_next,
#horizontal_images_content ul li.page_end
{
    display: inline-block; 
    line-height:50%;
    vertical-align: middle;   
}

#horizontal_images_content ul li.page_next a
{
    font-size: 1.8em;
    letter-spacing: 0.2em;
    text-decoration: none;
    color:#000000;
    padding:10px 100px 10px 100px;     
}

#horizontal_images_content ul li.page_end span
{
    display: block;
    width: 200px;   
}

#horizontal_images_content ul li.page_next a:hover
{
    color:#CC0000;
}
