/*
    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                         { width: 740px; height: 180px; position: relative; margin: 0; background:transparent;  border:solid 1px transparent; margin: 10px 0 20px 0;}
.anythingSlider .wrapper                { width: 720px; overflow: auto; height: 180px; margin: 0 20px; position: absolute; top: 0; left: 0; background:transparent;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0;}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 180px; width: 240px; margin: 0 0px 0 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { background:url(../images/anythingslider/btn_right.png) no-repeat; right: 5px; width:15px; height:180px;}
.anythingSlider .back                   { background:url(../images/anythingslider/btn_left.png) no-repeat; left: -15px; width:15px; height:180px;}
.anythingSlider .forward:hover          { background:url(../images/anythingslider/btn_right_1.png) no-repeat; }
.anythingSlider .back:hover             { background:url(../images/anythingslider/btn_left_1.png) no-repeat; }

.thumbNav                               { position: absolute; top: 0px; margin:0; padding:0; text-align: center; width:100%; }
.thumbNav li                            { display: block;}
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0px 0px; height: 0px; margin: 0 0px 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                             { 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          { 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; }



.anythingSliderProperty                         { width: 640px; height: 100px; position: relative; margin: 0; background:transparent;  border:solid 1px transparent; margin: 10px 0 10px 0;}
.anythingSliderProperty .wrapper                { width: 610px; overflow: auto; height: 100px; margin: 0 15px; position: absolute; top: 0; left: 0; background:transparent; }

                                        /* Width below is max for Opera */
.anythingSliderProperty .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0;}
.anythingSliderProperty .wrapper ul li          { display: block; float: left; padding: 0; height: 100px; width: 154px; margin: 0 0px 0 0;}
.anythingSliderProperty .arrow                  { display: block; height: 0px; width: 0px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSliderProperty .forward                { background:url(../images/anythingslider/btn_right_property.png) no-repeat; right: 0px; width:15px; height:100px;}
.anythingSliderProperty .back                   { background:url(../images/anythingslider/btn_left_property.png) no-repeat; left: -20px; width:15px; height:100px;}
.anythingSliderProperty .forward:hover          { background:url(../images/anythingslider/btn_right_property_1.png) no-repeat; }
.anythingSliderProperty .back:hover             { background:url(../images/anythingslider/btn_left_property_1.png) no-repeat; }

/*
  Prevents
*/
.anythingSliderProperty .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSliderProperty .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }