/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/

*//******* SET DEFAULT DIMENSIONS HERE ********/


.hidden {
  display: none;
}


div.anythingSlider {
  width: 680px;
  z-index: 1;
  position: relative;
  margin-bottom: 27px;
}
div.anythingSlider {
  height: 284px;
}
#slider-hp div.anythingSlider {
  height: 312px;
}


/* anythingSlider viewport window */

div.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  height: 284px;
  background: #e1e0e0;
}
#slider-hp div.anythingSlider .anythingWindow {
  height: 312px;
}


/* anythingSlider base UL */

ul.anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

ul.anythingBase li.panel {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.anythingBase li.panel img {
  width: auto !important;
  float: right;
  margin: 10px 10px 0 0;
}
#slider-hp ul.anythingBase li.panel img {
  margin: 0;
}


ul.anythingBase li.panel .caption {
  float: left;
  width: 192px;
  padding: 7px 14px;
  font-family: Times, "Times New Roman", serif;
}

ul.anythingBase li.panel .caption h2 {
  font-size: 2em;
  color: #233354;
  font-weight: normal;
  padding:5px 0 15px;
  background: url(/themes/site_themes/cip/images/grey-dash.gif) 0 100% repeat-x;
}
#slider-hp ul.anythingBase li.panel .caption h2 {
  font-size: 3em;
  padding: 0 0 10px;
}
ul.anythingBase li.panel .caption h2 a {
color: #233354;
}


ul.anythingBase li.panel .caption p {
  font-size: 1.17em;
  color: #000;
  margin: 13px 0 0;
}
#slider-hp ul.anythingBase li.panel .caption p {
  margin: 10px 0 0;
}

ul.anythingBase li.panel .caption a.more {
  display: block;
  font: bold .86em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #00467f;
  text-transform: uppercase;
  margin-top: 7px;
}

ul.anythingBase li.panel iframe, ul.anythingBase li.panel embed {
  z-index: 1 !important;
}

.anythingControls a.start-stop {
  display: none;
}

.anythingControls .thumbNav {
  position: absolute;
  left: 0;
  bottom: 17px;
  text-align: center;
  width: 220px;
  z-index: 100;
  margin-bottom: 0;
}

.anythingControls .thumbNav li {
  display: inline-block;
  margin: 0 5px;
}

.anythingControls .thumbNav li a {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  text-align: center;
  background: #807d7d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  border: 2px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px #808080;
  -webkit-box-shadow: 0px 1px 2px #000000;
  box-shadow: 0px 1px 2px #000000;
  outline: none;
}

.anythingControls .thumbNav li a:hover, .anythingControls .thumbNav li a.cur {
  text-decoration: none;
  background: #7ea626;
}