.anythingSlider { 
	width: 632px; 
	height: 240px; 
	position: relative; 
	margin: 0px 0px 0px 0px; 
}
.anythingSlider .wrapper {
	width: 632px; 
	overflow: auto; 
	height: 240px; 
	margin: 0 0px 0 0px; 
	position: absolute;
	border:1px none #C8BCA8; 
	top: 0; 
	left: 0; 
	font-size:1.2em; 
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	padding: 0px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}
.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0px; 
	height: 240px; 
	width: 632px; 
	margin: 0; 
}
/* Setas
.anythingSlider .arrow { 
	display: block; 
	height: 50px; 
	width: 47px; 
	background: url(../images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 165px; 
	cursor: pointer; 
}
.anythingSlider .forward { 
	background-position: 0 0; 
	right: 545px; 
}
.anythingSlider .back { 
	background-position: -40px 0; 
	left: -420px; 
}
.anythingSlider .forward:hover { 
	background-position: 0 -80px; 
}
.anythingSlider .back:hover { 
	background-position: -40px -80px; 
}
*/
#thumbNav { 
	position: relative; 
	top: 323px; 
	text-align: center; 
}
#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 { 
	display: none;
	background: green; 
	text-decoration:none; 
	background-image: url(../images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 60px; 
	text-align: center; 
	position: absolute; 
	right: 70px; 
	top: 343px; 
	font-size:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	padding:5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}
#start-stop.playing { 
	background-color: red; 
}
#start-stop:hover { 
	background-image: none; 
}

#start-stop a, #start-stop a:active, #start-stop a:visited{
	text-decoration: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; 
}