/* Start of CMSMS style sheet 'IAB_carousel' */
.anythingSlider {
  width: 970px;
  height: 380px;
  position: relative;
  background: transparent url(uploads/images/carousel_bgd_s.png) no-repeat top left;
 /*-moz-box-shadow:2px 2px 5px #888888;
  -webkit-box-shadow: 2px 2px 5px #888;*/
}

* html .anythingSlider {
  background: transparent url(uploads/images/carousel_bgd_s_ie6.png) no-repeat top left;
}

.anythingSlider .wrapper {
  width: 950px;
  overflow: auto;
  height: 330px;
  margin:5px;
  position: absolute;
  top: 0;
  left: 0;
}

.anythingSlider .wrapper ul {
  width: 99999px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  margin: 0px;
}

.anythingSlider ul li  {
  display: block;
  float: left;
  padding: 0px;
  height: 317px;
  width: 950px;
  margin: 0px;
}


.anythingSlider .arrow {
  display: block;
  height: 200px;
  width: 67px;
  background: url(jquery/slide2/images/arrows.png) no-repeat 20px 0;
  text-indent: -9999px;
  position: absolute;
  top:0px;
  cursor: pointer;
}

* html .anythingSlider .arrow {
  background: url(jquery/slide2/images/arrows_ie6.png) no-repeat 20px 0;
}

.anythingSlider .forward {
  background-position: 0 0;
  left:78px;
  top:35px;
  width:36px;
  height:34px;
}

.anythingSlider .back{
  background-position: -40px 0;
  left: 260px;
  top:35px;
  width:35px;
  height:34px;
}

.anythingSlider .forward:hover {
  background-position: 0px -39px;
  left:78px;
  top:33px;
  height:42px;
  width:38px;
}

.anythingSlider .back:hover {
  background-position: -40px -39px;
  top:33px;
  height:42px;
  width:38px;
}

#thumbNav  {
  float:left;
  margin-left:6px;
  margin-top: 340px;
  text-align: center;
}

#thumbNav a {
  color: black;
  font: 11px/18px verdana, arial;
  display: inline-block;
  padding: 2px 8px;
  height: 18px;
  margin: 0 5px 0 0;
   text-align: center;
  -moz-border-radius-bottomleft: 11px;
  -moz-border-radius-bottomright: 11px;
  -webkit-border-bottom-right-radius: 11px;
  -webkit-border-bottom-left-radius: 11px;
  -moz-border-radius-topleft: 11px;
  -moz-border-radius-topright: 11px;
  -webkit-border-top-right-radius: 11px;
  -webkit-border-top-left-radius: 11px;
}

#thumbNav a:hover{
  background-image: none;
}

#thumbNav a.cur {
  background: #000000;
  color:#ffffff;
}

#start-stop  {
  background-image:url(jquery/slide2/images/play.gif);
  background-repeat: no-repeat;
  width: 100px;
  height:30px;
  float:right;
  margin-right:10px;
  margin-top: 335px;
}

#start-stop.playing {
  background-image:url(jquery/slide2/images/pause.gif);
  background-repeat: no-repeat;
  width: 100px;
  height:30px;
}

#start-stop:hover{}

/* ---------------------------- 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;
  margin: 0;
}

#right-button {
  position:absolute;
  top: 300px;
  left: 420px;
}

#left-button {
  position:absolute;
  top: 300px;
  left: 200px;
}


/* ------------------------------------ CSS-Tricks Example ------------------------------------ */

#page-wrap {
  padding: 10px 30px 0px 30px;
}

pre {
  font: 13px/1.8 Monaco, MonoSpace;
  margin: 0 0 15px 0;
}

#dl  {
  position: absolute;
  top: 10px;
  right: 0;
  background: black;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 6px;
}

#dl:hover{
  background: #666;
}

/* ---------------------------- For Specific Slides---------------------------- */

#textSlide {
  padding: 10px 30px;
}

#textSlide h3 {
  font: 20px Georgia, Serif;
}

#textSlide h4 {
  text-transform: uppercase;
  font: 15px Georgia, Serif;
  margin: 10px 0;
}

#textSlide ul  {
  list-style: disc;
  margin: 0 0 0 25px;
}

#textSlide ul li {
  display: list-item;
}

#quoteSlide {
  padding: 30px;
}

#quoteSlide blockquote {
  font: italic 24px/1.5 Georgia, Serif;
  text-align: center;
  color: #444;
  margin: 0 0 10px 0;
}

#quoteSlide p {
  text-align: center;
}
/* End of 'IAB_carousel' */

