/*
    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: 644px; height: 308px; position: relative; margin:0px 0px 29px 0px; }
.anythingSlider .inside                { width: 644px; overflow: auto; height: 308px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .inside ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding:0px; }
.anythingSlider .inside ul li          { display: block; float: left; padding: 0; height: 308px; width: 644px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 313px; left:0px; }
.thumbNav ul							{ margin:0px; padding:0px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 12px Arial; display: inline-block; padding: 2px 8px; height: 18px; margin-left: 5px; background: #f1f1f1; text-align: center; text-decoration:none }
.thumbNav a:hover                       { background-color: #005689; color:#FFFFFF;  }
.thumbNav a.cur                         { background: #005689; color:#FFFFFF; }

.start-stop                             { z-index:5; width: 22px; height: 22px; position: absolute; right: 0px; top: 313px; background-image:url(../images/play.gif); background-repeat:no-repeat;}
.start-stop.playing                     { background-image:url(../images/pause.gif);  }

/*
  Prevents
*/
.anythingSlider .inside ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .inside ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    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/
*/
.insideSlider                         { float:left; width: 400px; height: 308px; position: relative; margin:5px 5px 29px 0px; }
.insideSlider .inside                { width: 400px; overflow: auto; height: 308px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.insideSlider .inside ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding:0px; }
.insideSlider .inside ul li          { display: block; float: left; padding: 0; height: 308px; width: 400px; margin: 0; }
.insideSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.insideSlider .forward                { background-position: 0 0; right: -20px; }
.insideSlider .back                   { background-position: -67px 0; left: -20px; }
.insideSlider .forward:hover          { background-position: 0 -200px; }
.insideSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 313px; left:0px; }
.thumbNav ul							{ margin:0px; padding:0px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 12px Arial; display: inline-block; padding: 2px 8px; height: 18px; margin-left: 5px; background: #f1f1f1; text-align: center; text-decoration:none }
.thumbNav a:hover                       { background-color: #005689; color:#FFFFFF;  }
.thumbNav a.cur                         { background: #005689; color:#FFFFFF; }

.start-stop                             { z-index:5; width: 22px; height: 22px; position: absolute; right: 0px; top: 313px; background-image:url(../images/play.gif); background-repeat:no-repeat;}
.start-stop.playing                     { background-image:url(../images/pause.gif);  }

/*
  Prevents
*/
.insideSlider .inside ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.insideSlider .inside ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    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/
*/
.insideSlider2                         { float:left; width: 400px; height: 308px; position: relative; margin:5px 5px 0px 0px; }
.insideSlider2 .inside                { width: 400px; overflow: auto; height: 308px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.insideSlider2 .inside ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding:0px; }
.insideSlider2 .inside ul li          { display: block; float: left; padding: 0; height: 308px; width: 400px; margin: 0; }
.insideSlider2 .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.insideSlider2 .forward                { background-position: 0 0; right: -20px; }
.insideSlider2 .back                   { background-position: -67px 0; left: -20px; }
.insideSlider2 .forward:hover          { background-position: 0 -200px; }
.insideSlider2 .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 313px; left:0px; }
.thumbNav ul							{ margin:0px; padding:0px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 12px Arial; display: inline-block; padding: 2px 8px; height: 18px; margin-left: 5px; background: #f1f1f1; text-align: center; text-decoration:none }
.thumbNav a:hover                       { background-color: #005689; color:#FFFFFF;  }
.thumbNav a.cur                         { background: #005689; color:#FFFFFF; }

.start-stop                             { z-index:5; width: 22px; height: 22px; position: absolute; right: 0px; top: 313px; background-image:url(../images/play.gif); background-repeat:no-repeat;}
.start-stop.playing                     { background-image:url(../images/pause.gif);  }

/*
  Prevents
*/
.insideSlider2 .inside ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.insideSlider2 .inside ul ul li       { float: none; height: auto; width: auto; background: none; }
