/*
    Slider v1.0
*/.slider {
  position: relative;
  /*height: provide this outside of the class */
  /*width:  provide this outside of the class */
  /*margin: 0 auto 0em;*/
  /* if needed leave a margin at the bottom for the navigation links and play/pause button */
}
.slider .viewport {
  position: relative;
  /*position: absolute; */
  /*height: provide this outside of the class */
  /*width:  provide this outside of the class */
  margin: 0;
  /*top: 0; 
	left: 0; */
  overflow: auto;
}
.slider .viewport ul {
  position: relative;
  /*position: absolute; */
  width: 9999999px;
  margin: 0;
  padding: 0;
  /*top: 0; 
	left: 0; */
  list-style: none;
  /*background: #eee;*/
}
.slider ul li {
  display: block;
  float: left;
  /*height: provide this outside of the class */
  /*width:  provide this outside of the class */
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slider .arrow {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  top: 50%;
  background: url("/system/scripts/slider/arrows.png") no-repeat 0 0;
  text-indent: -9999px;
  text-align: left;
  color: blue;
  cursor: pointer;
  opacity: 0.25;
}
.slider:hover .arrow {
  opacity: 1.0;
}
.slider .forward {
  right: 0px;
  /*negative value=outside slider*/
  background-position: -48px 0;
}
.slider .forward:active {
  right: -2px;
}
.slider .back {
  left: 0px;
  /*negative value=outside slider*/
  background-position: 0 0;
}
.slider .back:active {
  left: -2px;
}
#thumbNav {
  position: relative;
  top: 20em;
  text-align: center;
}
#thumbNav a {
  display: inline-block;
  height: 18px;
  margin: 0 2px;
  padding: 2px 8px;
  color: white;
  font: 11px/18px;
  background: #999999 url("/system/scripts/slider/cellshade.png") repeat-x;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  text-align: center;
}
#thumbNav a:hover {
  background-image: none;
}
#thumbNav a.cur {
  padding: 2px 7px 1px 7px;
  border: 1px solid #ccc;
  border-top: 0;
  color: black;
  background: #eee;
}
#start-stop {
  position: absolute;
  width: 40px;
  right: 45px;
  top: 20em;
  background: #006600;
  background-image: url("/system/scripts/slider/cellshade.png");
  background-repeat: repeat-x;
  color: white;
  padding: 2px 5px;
  text-align: center;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
  background-color: #aa0000;
}
#start-stop:hover {
  background-image: none;
}
/*
  Prevents
*/.slider .wrapper ul ul {
  position: static;
  margin: 0;
  background: none;
  overflow: visible;
  width: auto;
  border: 0;
}
.slider .wrapper ul ul li {
  float: none;
  height: auto;
  width: auto;
  background: none;
}
.cloned {
  color: red;
}
#projects-slideshow {
  display: inline;
  float: left;
  width: 440px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 3.25em;
}
#projects-slider-view {
  height: 100%;
  width: 100%;
}
#projects-slider-view ul {
  text-align: center;
}
#projects-slider-view ul li {
  position: relative;
  text-align: center;
}
#projects-slider-view ul li img {
  width: 90%;
  padding: 0;
  margin: 0;
  z-index: 1;
  border: 10px solid #565557;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
#projects-text {
  display: inline;
  float: left;
  width: 440px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 1.63em;
}
#list-empty {
  text-align: center;
}
.slider .forward {
  right: -32px !important;
}
.slider .forward:active {
  right: -34px !important;
}
.slider .back {
  left: -32px !important;
}
.slider .back:active {
  left: -34px !important;
}
