/*
    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: 168px; height: 520px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 168px; overflow: auto; height: 520px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 520px; width: 168px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 30px; width: 17px; background: url(../images/news_nav.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 507px; cursor: pointer; }
.anythingSlider .forward                { background-position: -34px 0; right: 0; margin-top: 8px; z-index: 51; }
.anythingSlider .back                   { background-position: 0 0; left: 0; margin-top: 8px; z-index:50;}
.anythingSlider .forward:hover          { background-position: -51px 0; }
.anythingSlider .back:hover             { background-position: -17px 0; }

#thumbNav                               { position: absolute; bottom: -20px; left: 42px;text-align: center; }
#thumbNav a                             { font-size: 0px; display: inline-block; width: 17px; height: 17px; margin: 0 5px 0 0; background: url(../images/news_items.gif) no-repeat; text-align: center;}
#thumbNav a:hover                       { background: url(../images/news_items.gif) no-repeat; background-position: -18px; }
#thumbNav a.cur                         { background: url(../images/news_items.gif) no-repeat; background-position: right; }

#start-stop                             { background-image: url(../images/news_ctl3.gif); color: #333; font-size: 12px;width: 139px; height: 20px; text-align: center; position: absolute; right: 14px; top: 544px; }
/*
  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; }

.anythingSlider * { margin: 0; padding: 0; }

.anythingSlider a, .anythingSlider a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}
.anythingSlider p {
text-align: justify;
}			
.anythingSlider li p{ 
margin: 10px;
}
