/* line 7, ../../../app/stylesheets/content_slider.scss */
img.bw {
  display: none;
  opacity: 0.3;
}

/* line 11, ../../../app/stylesheets/content_slider.scss */
#slider {
  background: #efefef url(../images/elements/content_shadow.png) no-repeat center top;
  position: relative;
  overflow: hidden;
  top: 0;
  width: 1026px;
  min-width: 1026px;
  height: 207px;
  z-index: 10;
  margin: 0 auto;
  margin-top: -207px;
  top: 207px;
//  left: -165px;
  left: 0px;
}

#slider h3 {
	text-align: center;
	color: white;
	line-height: 207px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	text-shadow: #dfdfdf 0 -1px 0;
}

.ie7 #slider {
  z-index: -10;
}

/* line 22, ../../../app/stylesheets/content_slider.scss */
#slider.ajaxified {
  position: absolute;
//  width: 100%;
  z-index: 10;
//  left: 0;
  top: 20.7em;
}

/* line 29, ../../../app/stylesheets/content_slider.scss */
ul#content-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 99999px;
//  left: 168px;
  left: 3px;
  top: 0;
}
/* line 38, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li {
  float: left;
  width: 408px;
  height: 207px;
  position: relative;
}
/* line 43, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 49, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li.in_bw img.color {
  display: none;
  height: 207px;
  width: 408px;
  margin: 0;
  padding: 0;
}
/* line 50, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li.in_bw img.bw {
  display: block;
  height: 207px;
  width: 408px;
  margin: 0;
  padding: 0;
}
/* line 53, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li.in_color img.color {
  display: block;
}
/* line 54, ../../../app/stylesheets/content_slider.scss */
ul#content-slider li.in_color img.bw {
  display: none;
}

.captions {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 408px;
  padding: 15px 0px;
  text-indent: 20px;
  color: #fff;
  background: #333333;
  background: rgba(51,51,51,0.7);
}
.captions a, .captions a:link, .captions a:visited, .captions a:hover {
  color: #fff;
  text-decoration: underline;
}
.captions p {
  color: #fff;
  padding: 0;
  margin: 0;
}

/* Localized */