
.anythingSlider                         {
	width: 90px;
	height: 108px;
	position: relative;
	background-color: #898D8E;
}
.anythingSlider .wrapper                {
	width: 70px;
	overflow: auto;
	height: 108px;
	position: absolute;
	top: 0;
	left: 0;
}

                                        
.anythingSlider .wrapper ul             {
	width: 1610px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}
.anythingSlider .wrapper ul li          {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 70px;
	margin: 0;
}
.anythingSlider .arrow                  {
	display: block;
	height: 108px;
	width: 40px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background-color: #898D8E;
}
.anythingSlider .forward                {
	right: -20px;
	background-image: url(../image/slide-seta-v.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.anythingSlider .back                   {
	left: -40px;
	background-image: url(../image/slide-seta-a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.anythingSlider .forward:hover          {
	background-image: url(../image/slide-seta-v-b.png);
}
.anythingSlider .back:hover             {
	background-image: url(../image/slide-seta-a-b.png);
}

.thumbNav                               {
	position: relative;
	text-align: center;
}
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; 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; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             {
	z-index: 10;
	color: white;
	padding: 2px 5px;
	width: 60px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 108px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-color: #7a7d7e;
}
.start-stop.playing                     {
	background-color: #898D8E;
}
.start-stop:hover                       { background-image: none; }


.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; }

