/*
    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: 554px;
    height: 269px;
    position: relative;
    overflow:hidden;
    
}
.anythingSlider .wrapper
{
    width: 560px;
    /*height: 100px;*/
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin:0px 10px 0px 0px;
    
}
.anythingSlider .wrapper ul
{
    width: 9999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding:0;
}
.anythingSlider ul li
{
    display: block;
    float: left;
    /*height: 295px;*/
    width: 560px;
    margin: 0;
    overflow:hidden;
    
}
.anythingSlider .arrow
{
    display: block;
    height: 20px;
    width: 52px;
    text-indent: -9999px;
    position: absolute;
    top: 230px;
    cursor: pointer;
    margin-left:5px;
}
.anythingSlider .forward
{
    width:25px;
    left:25px;
    background-position:-26px 0px;
}
.anythingSlider .back
{
    width:25px;
}
.anythingSlider .forward:hover
{
    
}
.anythingSlider .back:hover
{
    
}

#thumbNav
{
    position: relative;
    top: 240px;
    text-align: right;
    
    width:475px;
    padding: 6px 8px 6px 65px;
    overflow:hidden;
    margin-left: 2px;
    z-index: 0;
}
#thumbNav a
{
    color: White;
    display: inline-block;
    text-decoration:none;
    padding: 2px 8px 0px 8px;
    height: 16px;
    font-size:11px;
    font-weight:bold;
    margin: 0 3px 0 0;
    background: #0b941c;
    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;
    background: #cccccc;
}
#thumbNav a.cur
{
    background: #ff1a00;
}

#start-stop
{
    display:none;
}
#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;
}

.SlideViewerContent
{
    width:560px;
    height: 268px;
    overflow: hidden;
    padding-top: 10px;
    background-color: #091014;
}
