﻿/************** slider css **************/
.stripNav
    {
      display: none;
    }
    .slider-wrap
    {
      /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
      margin: 20px 0;
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    /* These 2 lines specify style applied while slider is loading */.csw
    {
      width: 100%;
      height: 200px;
      background: #dcebf0;
      overflow: scroll;
    }
    .csw .loading
    {
      margin: 200px 0 300px 0;
      text-align: center;
    }
    .stripViewer
    {
      /* This is the viewing window */
      overflow: hidden;
      width: 570px; /* Also specified in  .stripViewer .panelContainer .panel  below */
      background: #dcebf0;
    }
    #gallery
    {
      background: #dcebf0;
    }
    .stripViewer .panelContainer
    {
      /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
      position: relative;
      left: 0;
      top: 0;
      width: 500px;
      list-style-type: none; /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
    }
    .stripViewer .panelContainer .panel
    {
      /* Each panel is arranged end-to-end */
      float: left;
      height: 100%;
      position: relative;
      width: 395px; /* 664px - Also specified in  .stripViewer  above */
    }
    .stripViewer .panelContainer .panel .wrapper
    {
      /* Wrapper to give some padding in the panels, without messing with existing panel width */ /* afstand foto's en blauwe kader*/
      width: 395px;
      margin-left: 30px;
    }
    #slider1
    {
      width: 395px;
    }
    .stripNav ul
    {
      /* The auto-generated set of links */
      list-style: none;
    }
    .stripNav ul li
    {
      float: left;
      margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
    }
    .stripNavL
    {
      /* The left arrow */
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 80px;
      width: 30px;
      background: #dcebf0 url(/images/arrow-left.gif) center no-repeat;
      z-index: 10;
    }
    .stripNavR
    {
      /* The right arrow */
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 80px;
      width: 30px;
      background: #dcebf0 url(/images/arrow-right.gif) center no-repeat;
      z-index: 10;
    }
    .stripNavL a, .stripNavR a
    {
      display: block;
      height: 80px;
      width: 30px;
    }
    .wrapper a img
    {
      border: 3px solid #6a797f;
    }
    .wrapper a:hover img
    {
      border: 3px solid #0b6db7;
    }
    .panel
    {
    }