/* YCODASLIDER 3.0 */

/* TROPPO SECCO: div.yslider-wrap *{margin: 0; padding: 0;} */
a:focus { outline:none }

div.ycodaslider {
    color: #000;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

div.ycodaslider div.yslider-wrap { 
/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    margin: 20px 0;
    position: relative;
    width: 100%;
}


div.yslider-viewer { /* This is the viewing window */
    position: relative;
    border: 0px solid #d42d39; /* this is the border. should have the same value for the links */
    margin: auto;
    height: 350px;
    clear: both;
    background: #f5f5f5;
	 font-size: 12px;
    overflow: hidden; /* comment for debug */
    width: 653px;     /* 1000 for debug; Also specified in  div.yslider-viewer div.yslider-container div.yslider-panel  below */
}

div.yslider-viewer div.yslider-container { 
/* 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: 100%;
    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. */
    background: #EEEEEE;
}

div.yslider-viewer div.yslider-container div.yslider-panel { 
/* Each panel is arranged end-to-end */
    float:left;
    height: 80%;
    position: relative;
    width: 623px; /* Also specified in  div.yslider-viewer  above */
}
div.yslider-viewer div.yslider-container div.yslider-panel div.yslider-panelwrapper { 
/* Wrapper to give some padding in the panels, without messing with existing panel width */
   text-align: left;
   padding:20px;
}

div.yslider-nav {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("images/sliding_door/round/bg.gif") repeat-x bottom;
    float: left;
    width: 100%;
    padding: 0 0px 0 40px; /* LTR */
  }

div.yslider-nav ul {
    line-height: 1em;
    list-style: none;
    margin: 0;
    white-space: nowrap;
  }

div.yslider-nav li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    list-style-type: none !important;
    background: #e0ecf8 url("images/sliding_door/round/left.png") no-repeat top left;
    border-bottom: 1px solid #000;
    float: left; /* LTR */
    margin: 0;
    padding: 0 0 0 3px;
  }

div.yslider-nav a,
div.yslider-nav strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("images/sliding_door/round/right.png") no-repeat top right;
    color: #667;
    display: block;
    font-weight: normal;
    padding: 5px 11px 3px 8px;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }

div.yslider-nav a:link,
div.yslider-nav a:visited { background-color: transparent; color: #667; }
div.yslider-nav a.current {
    background: transparent url(images/sliding_door/round/left_on.png) no-repeat scroll top;
    color: #8b0000;
}
  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
div.yslider-nav > ul a,
div.yslider-nav > ul strong { width: auto; }  /* for other browsers */

div.yslider-nav ul li:focus,
div.yslider-nav ul li:hover,
div.yslider-nav ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #c4d0dc;
    background-position: 0 -150px;
  }

div.yslider-nav li:focus a,
div.yslider-nav li:hover a,
div.yslider-nav li:active a { background-position: 100% -150px; }

div.yslider-nav a:focus,
div.yslider-nav a:hover,
div.yslider-nav a:active { background-color: transparent; color: #223; }

div.yslider-nav li.active,
div.yslider-nav ul li.active:focus,
div.yslider-nav ul li.active:hover,
div.yslider-nav ul li.active:current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url("images/sliding_door/round/left_on.png") no-repeat top left;
    border: 0 none;
  }

div.yslider-nav li.active strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("images/sliding_door/round/right_on.png") no-repeat top right;
    color: #334;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }




div.yslider-navl, div.yslider-navr { /* The left and right arrows */
    position: absolute;
    top: 0px;
    text-indent: -9000em;
}
div.yslider-navl a, div.yslider-navr a {
    display: block;
    height: 40px;
    width: 40px;
}
div.yslider-navl {
    left: 0;
}
div.yslider-navr {
    right: 0;
}
div.yslider-navl {
    background: url(images/left.gif) no-repeat top;
}
div.yslider-navr {
    background: url(images/right.gif) no-repeat top;
}
