/*
    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: 560px; height: 360px; position: absolute; margin: 0 auto 15px; } */
.anythingSlider .wrapper                { width: 560px; overflow: auto; height: 373px; margin: 0; position: absolute;  top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 120px 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 2000px 0 0; height: 373px; width: 560px; margin: 0; }
.anythingSlider ul li blockquote        { color: #fff; font-size: 2.3em; font-family: Times New Roman; line-height: normal; }


/*
  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; }


#linkbox .linkboxwrapper                { width: 140px; overflow: auto; height: 373px; margin: 0; position: absolute;  top: 0; left: 20; }
#linkbox .linkboxwrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
#linkbox ul li                          { display: block; float: left; padding: 0 200px 0 0; height: 373px; width: 140px; margin: 0; }


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