/* @override http://firstchurch.monkcms.net/_css/slider.css */
div.panel .event{
  width: 144px;
  margin-right: 8px;
  float: left;
  height: 200px;
  overflow: hidden;
}
div.panel .event.last{
  margin-right: 0px;
}

div.panel h4,
div.panel h4 a{
  color: #6a6a6a;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1;
  border:none;
  text-transform: none;
}

div.panel p{
  font-size: 12px;
}

/* These 2 lines specify style applied while slider is loading */
.csw{
  width: 100%;
  height: 0;
  background: #fff;
  overflow: scroll;
}

.csw .loading{
  margin: 200px 0 300px 0;
  text-align: center
}

/* This is the viewing window */
.stripViewer{
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px;
  width: 608px; /* Also specified in  .stripViewer .panelContainer .panel  below */
  height: 220px;
  clear: both;
}

/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer{
  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. */
}

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel{
  float: left;
  display: inline;
  height: 217px;
  position: relative;
  width: 608px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel a.more{
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 12px;
  color: #9e9e9e;
}

/* This is the div to hold your nav (the UL generated at run time) */
.stripNav{
  margin: 5px 0 13px 70px;
}

/* The auto-generated set of links */
.stripNav ul{
  list-style: none;
  height: 25px;
  width: 540px;
}

.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 */
}

/* The nav links */
.stripNav a{ 
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  color: #3c7a99;
  text-decoration: none;
  display: block;
  padding: 0 5px;
}

.stripNav li a.current{
  color: #404040;
}

