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

a#start-stop {
    display: none;
}
.anythingSlider                         {     height: 340px;     width: 960px; position: relative;}
.anythingSlider .wrapper                {     position: relative;    display: block;    width: 960px;    height: 320px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 960px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 19px; width: 13px; background: url(../img/arrow-small4.png) no-repeat 0 0; text-indent: -9999px;     position: relative; bottom: 15px; cursor: pointer; }
.anythingSlider .forward                { background-position: -13px 0; float: right; }
.anythingSlider .back                   { background-position: 0 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: -13px -19px; }
.anythingSlider .back:hover             { background-position: 0 -19px; }

#thumbNav                               { position: relative;         bottom: 25px; text-align: center; }
#thumbNav a                             {font-size: 0pt; padding: 4px 10px; height: 18px; margin: 0;     background: url(../img/pagin.png) no-repeat; text-align: center;}
#thumbNav a:hover                       { background: url(../img/pagin-active.png) no-repeat; }
#thumbNav a.cur                         { background: url(../img/pagin-active.png) no-repeat; }
#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; }


.itemdownslide {
    float: left;
    list-style: none;
    padding: 0;
    width: 320px;
    height: 288px;
    font-size: 14px;
    overflow: hidden;
    color: #a7a8a9;
    position: relative;
    border-bottom: 1px solid #272727;
}
.itemdownslide a {
    width: 320px;
    height: 275px;
    text-decoration: none;
    color: #a7a8a9;
    display: block;
    position: relative;
    overflow: hidden;
}
.itemdownslide a img {
    width: 310px;
    padding-right: 10px;
}