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

#slider-box {
	width: 164px;
	float: left;
	clear: both;

}
.anythingSlider { width: 170px; height: 228px; position: relative;}

.anythingSlider .wrapper { width: 170px; height: 149px; margin: 0 0 0 -4px; position: absolute; top: 0; left: 0; }

/* Width below is max for Opera */
.anythingSlider .wrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; border: 0; margin: 0; }

.anythingSlider ul li { display: block; float: left; padding: 0; width: 166px; margin: 0; }


.anythingSlider .arrow { display: none; height: 0; width: 0; text-indent: -9999px; overflow: hidden; }

.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: 174px; }

#thumbNav a                             { color: #ccc; font: 90%, "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-block; padding: 2px 6px; height: 16px; margin: 0 5px 0 0; background: #fff; border: 1px solid #ccc; text-align: center; }

#thumbNav a:hover                       { background-image: none; }

#thumbNav a.cur                         { background: #ccc; color: #fff; }

#start-stop                             { color: #ccc; font: 90%, "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-block; padding: 2px 6px; height: 16px; margin: 0 5px 0 0; background: #fff; border: 1px solid #ccc; text-align: center; position: relative; left: 122px; top: 152px; }

#start-stop.playing                     { background: none; }

#start-stop:hover                       { background: #ccc; color: #fff; }

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