/* *	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
 * *	Copyright (c) 2009 Niall Doherty
 * *	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses. */
/* line 6, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider-wrapper {
  margin-left: -10px;
  margin-top: -10px;
  width: 300px;
}

/* line 10, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider {
  background: white;
}

/* Change the width of the entire slider (without dynamic arrows) */
/* line 15, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider {
  width: 290px;
}
/* line 17, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel {
  width: 290px;
}

/* Tab nav */
/* line 24, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav ul li a.current {
  background: #d01f3c;
}

/* Panel padding */
/* line 33, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel-wrapper ul {
  list-style: square;
  margin-left: -20px;
}
/* line 37, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel-wrapper ul li {
  margin-top: 5px;
}
/* line 39, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel-wrapper ul li a {
  text-decoration: none;
  color: #333333;
}
/* line 43, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel-wrapper ul li a:hover {
  text-decoration: underline;
}
/* line 45, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider p.loading {
  padding: 20px;
  text-align: center;
}

/* Preloader */
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
/* line 55, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav ul {
  float: left;
  display: block;
  border-bottom: 1px solid #d01f3c;
  overflow: hidden;
  margin-left: -40px;
}
/* line 61, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav ul li {
  display: inline;
}
/* line 63, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav ul li a {
  background: #dddddd;
  color: white;
  display: block;
  float: left;
  margin-right: 1px;
  padding: 3px 6px;
  text-decoration: none;
  font: 110% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

/* Miscellaneous */
/* line 75, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider-wrapper {
  clear: both;
  overflow: hidden;
}

/* line 79, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider {
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 83, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel {
  display: block;
  float: left;
}
/* line 86, ../../../app/stylesheets/coda-slider-main.sass */
.coda-slider .panel-container {
  position: relative;
}

/* line 89, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav-left, .coda-nav-right {
  float: left;
}

/* line 92, ../../../app/stylesheets/coda-slider-main.sass */
.coda-nav-left a, .coda-nav-right a {
  display: block;
  text-align: center;
  text-decoration: none;
}

/* line 96, ../../../app/stylesheets/coda-slider-main.sass */
h2.title {
  display: none;
}

/* line 99, ../../../app/stylesheets/coda-slider-main.sass */
.info {
  display: block;
  margin-right: 1px;
  padding: 3px 6px;
  text-decoration: none;
  font: 110% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #666666;
  float: left;
}
