/*
    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/
*/
.anythingSlider                         { background-color: #fff; border: solid 1px #504c3d; float: left; height: 356px; margin: 15px 0px 0px 21px; position: relative; width: 613px; }
.anythingSlider .wrapper                { height: 284px; left: 0px; margin: 0px; overflow: auto; position: absolute; top: 0px; width: 613px; }
.anythingSlider #crnr-t-l               { left: -1px; top: -1px; }
.anythingSlider #crnr-t-r               { right: -1px; top: -1px; }
.anythingSlider #crnr-b-l               { bottom: -1px; left: -1px; }
.anythingSlider #crnr-b-r               { bottom: -1px; right: -1px; }

.anythingSlider #crnr-t-l img,
.anythingSlider #crnr-t-r img,
.anythingSlider #crnr-b-l img,
.anythingSlider #crnr-b-r img           { height: 30px; width: 30px; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { left: 0px; list-style-type: none; margin: 0px; padding: 0px; position: absolute; top: 0px; width: 32700px; }
.anythingSlider .wrapper ul li          { display: block; float: left; height: 284px; margin: 0px; padding: 0px; width: 613px; }

.anythingSlider .arrow                  { display: none; }
/*.anythingSlider .arrow                  { background: url(../images/arrows.png) no-repeat 0px 0px; cursor: pointer; display: block; height: 200px; position: absolute; text-indent: -9999px; top: -250px; width: 67px; }
.anythingSlider .forward                { background-position: 0px 0px; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0px; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0px -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

.thumbNav                               { height: 74px; position: relative; top: 282px; text-align: center; }
.thumbNav ul                            { list-style-type: none; margin: 0px; padding: 0px; }
.thumbNav li                            { display: inline-block; float: left;}
.thumbNav li a                          { background: url(../images/index/index-buttons.gif) no-repeat -510px 0px; display: block; height: 74px; width: 103px; text-indent: -9999px; }
.thumbNav li a:hover                    { background: url(../images/index/index-buttons.gif) no-repeat -510px -74px; display: block; height: 74px; width: 103px; text-indent: -9999px; }
.thumbNav li a.cur                      { background: url(../images/index/index-buttons.gif) no-repeat -510px -148px; display: block; height: 74px; width: 103px; text-indent: -9999px; }


.thumbNav li.button1 a {background-position: 0px 0px; width: 104px; }
.thumbNav li.button2 a {background-position: -104px 0px; width: 101px; }
.thumbNav li.button3 a {background-position: -205px 0px; width: 102px; }
.thumbNav li.button4 a {background-position: -307px 0px; width: 102px; }
.thumbNav li.button5 a {background-position: -409px 0px; width: 101px; }

.thumbNav li.button1 a:hover {background-position: 0px -74px; width: 104px; }
.thumbNav li.button2 a:hover {background-position: -104px -74px; width: 101px; }
.thumbNav li.button3 a:hover {background-position: -205px -74px; width: 102px; }
.thumbNav li.button4 a:hover {background-position: -307px -74px; width: 102px; }
.thumbNav li.button5 a:hover {background-position: -409px -74px; width: 101px; }

.thumbNav li.button1 a.cur {background-position: 0px -148px; width: 104px; }
.thumbNav li.button2 a.cur {background-position: -104px -148px; width: 101px; }
.thumbNav li.button3 a.cur {background-position: -205px -148px; width: 102px; }
.thumbNav li.button4 a.cur {background-position: -307px -148px; width: 102px; }
.thumbNav li.button5 a.cur {background-position: -409px -148px; width: 101px; }

/*.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0px 5px 0px 0px; 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; }

/*.start-stop                             { z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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: red; }
.start-stop:hover                       { background-image: none; }*/

/*
  Prevents
*/
/*.anythingSlider .wrapper ul ul          { background: none; border: 0px; margin: 0px; overflow: visible; position: static; width: auto; }
.anythingSlider .wrapper ul ul li       { background: none; float: none; height: auto; width: auto; }*/
