/*
    anythingSlider v1.0
    
    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/
*/

.anythingSlider { 
  height: 75px; 
  position: relative; 
}

.anythingSlider .wrapper { 
  height: 113px; 
  left: 0;
  overflow: auto;
  position: absolute; 
  top: 0; 
  width: 313px;
}

.anythingSlider .wrapper ul { 
  left: 0;
  list-style: none; 
  margin: 0;
  position: absolute; 
  top: 0; 
  width: 99999px;
}

.anythingSlider ul li { 
  display: block; 
  float: left; 
  padding: 0; 
  height: 107px; 
  width: 313px; 
  margin: 0; 
}

.anythingSlider ul li img {
  float: left;
  padding: 5px 10px 41px 0;
}

.anythingSlider ul li blockquote {
  display: block;
  margin-top:0;
  width:290px;
  
}

.anythingSlider ul li blockquote p {
  font-size: 100%;
  margin: 0;
}

.anythingSlider ul li blockquote strong {
  display: block;
}

.anythingSlider ul li a {
  color:#333;
  font-weight:normal;
}
.anythingSlider ul li a:hover {
	text-decoration:underline;
}

.anythingSlider .wrapper ul li ul {
  list-style-type: none;
}

.anythingSlider .wrapper ul li ul li {
}

.anythingSlider .arrow { 
  display: block; 
  height: 17px; 
  width: 17px; 
  text-indent: -9999px; 
  position: absolute; 
  cursor: pointer; 
}

.anythingSlider .arrow.forward { 
  background: url(../img/arrows.gif) no-repeat -17px 0;
  margin-left: 300px;
  margin-top: -50px;
}

.anythingSlider .arrow.back { 
  background: url(../img/arrows.gif) no-repeat 0 0; 
  margin-top: -50px;
  margin-left: 276px;
}

.anythingSlider .forward:hover { 
  background: url(../img/arrows.gif) no-repeat -17px -17px;
}

.anythingSlider .back:hover { 
  background: url(../img/arrows.gif) no-repeat 0 -17px; 
}

#thumbNav { 
  position: relative; 
  top: 323px; 
  text-align: center; 
}

#thumbNav a { 
  color: black; 
  font: 11px/18px Georgia, Serif; 
  display: inline-block; 
  padding: 2px 8px; 
  height: 18px; 
  margin: 0 5px 0 0; 
  background: #c58b04 url(../images/cellshade.png) repeat-x; 
  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; 
}

#thumbNav a:hover { 
  background-image: none; 
}

#thumbNav a.cur { 
  background: #e0a213; 
}

#start-stop { 
  display: none; 
}

/*
  Prevents
*/

.anythingSlider .wrapper ul ul { 
  position: static; 
  margin: 0; 
  background: none; 
  overflow: visible; 
  width: auto; 
  border: 0; 
}

.anythingSlider .wrapper ul ul li { 
  float: none; 
  height: auto; 
  width: auto; 
  background: none; 
}
