/*
    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/
*/
.anythingSlider                         { width: 680px; height: 323px; position: relative; margin: 0 auto 15px; left: -10px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 323px; margin: 0px 0px 0px 10px; 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: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 323px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 100px; width: 30px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -170px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -30px; }
.anythingSlider .back                   { background-position: -30px 0; left: -30px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -30px -100px; }

.thumbNav                               { position: relative; top: 319px; text-align: left; left: 10px; }
.thumbNav li                            { display: inline; margin: 0 }
.thumbNav a                             { display: inline-block; text-decoration: none; color: #666; padding: 2px 8px; height: 18px; margin: 0 1px 0 0; background: #ccc url(tn-shadow.gif) repeat-x top; text-align: center; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #666 url(tn-shadow-cur.gif) repeat-x top; color: #ccc; }

.start-stop                             { z-index: 10; font-size: 10px; text-transform: uppercase; background: #666 url(tn-shadow.gif) repeat-x top;  color: #666; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: -10px; top: 324px; text-decoration: none; }
.start-stop.playing                     { background: 0; color: #666; }
.start-stop:hover                       { background: #666 url(tn-shadow.gif) repeat-x top; }

/*
  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 .text{
	position: absolute;
	top: 10px;
	width: 200px;
	background: #fff;
	padding: 4px 10px;
}

.anythingSlider .text h3{
	color: #333;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 !important;
	margin-bottom: 2px !important;
}

.anythingSlider .text p{
	color: #888;
	font-size: 11px !important;
	margin: 0 !important;
}