.botaosinho{
	display: block;
	position:absolute;
	width:350px;
	height:30px;
	top:-31px;
	background-image:url(../images/fundoplaystop.png);
	left:550px;
}

.anythingSlider                         {
	width:348px;
	height: 350px;
	position: absolute;
	margin: 0;
	left: 550px;
	text-align: left;
}
.anythingSlider h2{
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	font-weight: 100;
}

.anythingSlider h3{
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	font-weight: 100;
}

.anythingSlider a:hover{
	text-decoration: underline;
}
.anythingSlider a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #953C00;
	text-decoration: none;
}

.anythingSlider img{
	width:346px;
	height:200px;
	border: 1px solid #CCC;
}

.anythingSlider .wrapper                {
	width: 100%;
	overflow: auto;
	height: 350px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
.anythingSlider .wrapper ul             {
	width: 10034px;
	list-style: none;
	position: relative;
	margin: 0;
	height: 3350px;
	padding: 0px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 350px;
	width: 350px;
	margin: 0;
	position: relative;
}

#thumbNav                               {
	position: absolute;
	text-align: right;
	z-index: 999;
	display: inline-block;
	vertical-align: bottom;
	bottom: 0px;
	top: -2px;
	left: 351px;
	margin-top: -1px;
}
#thumbNav a                             {
	color: #E3DACC;
	display: inline-block;
	height: 16px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	margin-top: -1;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	vertical-align: bottom;
	background-image: url(../images/backtrans.png);
	background-repeat: repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #151C13;
	border-right-color: #151C13;
	border-left-color: #151C13;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #151C13;
}
#thumbNav a:hover                       {
	background-image: none;
	background-color: #F60;
}
#thumbNav a.cur                         {
	background-color: #F60;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#start-stop                             {
	color: #FFF;
	width: 180px;
	text-align: center;
	position: absolute;
	top: -25px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	right: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	height: 25px;
	vertical-align: middle;
	z-index: 3;
	display: block;
	background-image: url(../images/backplay.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#start-stop.playing                     {
	background-image: url(../images/backstop.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#start-stop:hover                       {
}

/*
  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 .arrow                  {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: -116px;
	cursor: pointer;
	left: -350px;
}


.anythingSlider .forward                {
	background-position: 0 0;
	position: absolute;
	left: 310px;
}


.anythingSlider .back                   {
	background-position: -67px 0;
	left: -20px;
}

.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

