/*--------------------------------------------------------------------------------*//*   Stylesheet: slider.css      Amendments:   06/09/23  Revamped to show pictures in correct proportions.   18/01/26  Included iPad portrait width.*//*--------------------------------------------------------------------------------*/.container {width:1200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1080px) { .container { width:712px }}@media screen and (max-width:810px)  { .container { width:640px }}@media screen and (max-width:414px)  { .container { width:370px }}.slider_wrapper  {max-height:600px;overflow:hidden;position:relative}@media screen and (max-width:1080px) { .slider_wrapper { max-height:400px }}.slider_image {max-width:1200px;max-height:600px;border-radius:8px;border:1px solid #ffcc00}@media screen and (max-width:1080px) { .slider_image { max-width:712px;max-height:400px }}@media screen and (max-width:414px)  { .slider_image { max-width:330px;max-height:200px }}.slider_icon  {height:56px;border-radius:2px;box-shadow:1px 1px 3px #a0a0a0;cursor:pointer;margin:4px}#slider_images,    #image_slider     { position:relative;height:auto;list-style:none;overflow:hidden;float:left;padding:0;margin:0}#slider_images li, #image_slider li  { position:relative;float:left }/* Navigation buttons */.nvgt            {position:absolute;top:150px;height:200px;width:50px;opacity:0.5;margin:8px;border:2px solid #ffffff;border-radius:4px}@media screen and (max-width:1080px) { .nvgt { top:130px;height:140px;width:40px}}@media screen and (max-width:414px)  { .nvgt { top:60px; height:100px;width:30px}}.nvgt:hover      {opacity:0.2}#prev {background:#404040 url('/images/icons/icon_slider_previous.gif') no-repeat center;left:0;cursor:pointer}#next {background:#404040 url('/images/icons/icon_slider_next.gif')     no-repeat center;right:0;cursor:pointer}