/*
    anythingSlider v1.2
    
    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/
*/

#titlebar {
  width: 1000px;
}

.anythingSlider * {
  margin: 0px;
  padding: 0px;
}

.anythingSlider                         { width: 1000px; height: 183px; position: relative; margin: 0px auto 0px; background: none;}
.anythingSlider .wrapper                { width: 920px; overflow: auto; height: 162px; margin: 0 40px; position: absolute; top: 0; left: 0; border-left: 1px solid #72757b; border-right: 1px solid #72757b;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px solid #ffffff; border-bottom: 0px solid #ffffff; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 920px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/home/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -340px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -29px; }
.anythingSlider .back                   { background-position: -67px 0; left: -28px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { display: none;}
.start-stop.playing                     { display:none; }
.start-stop:hover                       { background-image: 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; }

.anythingSlider .wrapper ul li * {
  font-weight: normal;  
}

.anythingSlider .wrapper ul li .text {
  float: left;
  width: 60%;
  margin-left: 5em;
  padding-top:5px;
}

.anythingSlider .wrapper ul li img {
  float: left;
  margin-left: 5em;  
}

.anythingSlider .wrapper ul li h1 {
  color: white;
}

.anythingSlider .wrapper ul li h2 {
  color: #b7c4c8;
  padding-top:15px;  
}

