/*
    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                         { width: 690px; height: 310px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 630px; overflow: auto; height: 291px; margin: 0 30px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; border-top: 3px solid #660000; border-bottom: 3px solid #660000; margin: 0; background-color: #d4c8af; background-image: url(/assets/images/bkgd_box_content.gif); background-repeat: repeat-x; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 267px; width: 630px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 120px; width: 30px; background: url(/assets/images/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 75px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -30px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -143px; }
.anythingSlider .back:hover             { background-position: -30px -143px; }

#thumbNav                               { position: relative; top: 273px; text-align: center; }
/*#thumbNav a                             { color: #000000; font: 11px/18px Arial, Helvetica, sans-serif;	font-weight : bold; text-decoration: none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #9d8457 url(/assets/images/slider/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                             { color: #000000; font: 11px/18px Arial, Helvetica, sans-serif;	font-weight : bold; text-decoration: none; display: inline-block; padding: 1px 8px; height: 18px; width: 15px; margin: 0 5px 0 0; background-image: url(/assets/images/slider/bkgd_thumbnav.png); text-align: center; background-position: bottom; }
#thumbNav a:hover                       { background-image: url(/assets/images/slider/bkgd_thumbnav_cur.png); background-position: bottom; color: #ffffff; font-weight : bold; text-decoration: none; }
#thumbNav a.cur                         { background-image: url(/assets/images/slider/bkgd_thumbnav_cur.png); background-position: bottom; color: #c9b875; font-weight : bold; text-decoration: none; }

#start-stop                             { background-image: url(/assets/images/slider/bkgd_go.png); background-position: bottom; font-weight : bold; text-decoration: none; color: #c9b875; padding: 2px 5px; width: 80px; text-align: center; position: absolute; right: 45px; top: 273px; }
#start-stop.playing                     { background-image: url(/assets/images/slider/bkgd_stop.png); background-position: bottom; color: #c9b875; font-weight : bold; text-decoration: none; }
#start-stop:hover                       { color: #ffffff; font-weight : bold; text-decoration: 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; }

/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 20px; }

td.slide_header {
  background-image: url(/assets/images/slider/bkgd_header.png);
  background-repeat: no-repeat;
  color: #c9b875;
  font-size: 13px;
  height: 28px;
  font-weight: bold;
  padding-top: 11px;
}