@charset "UTF-8";
/* CSS Document */

.machines #wrapper #middle #right #sidebar a.btn img {
	margin: 0 0 5px 0;
}

#hide {
	text-indent: -9999px;
	height: 5px;

}

#find-series
{
  display: block;
  width: 90px;
  height: 36px;
  background: url(../images/find-series.png) no-repeat 0 0;
  margin: 0px 3px;
}

#find-series:hover
{ 
  background-position: 0 -36px;
}

#find-series span
{
  position: absolute;
  top: -999em;
}

#find-tooling
{
  display: block;
  width: 90px;
  height: 36px;
  background: url(../images/find-tooling.png) no-repeat 0 0;
  margin: 0px 3px;
}

#find-tooling:hover
{ 
  background-position: 0 -36px;
}

#find-tooling span
{
  position: absolute;
  top: -999em;
}

#find-industry
{
  display: block;
  width: 90px;
  height: 36px;
  background: url(../images/find-industry.png) no-repeat 0 0;
margin: 0px 3px;
}

#find-industry:hover
{ 
  background-position: 0 -36px;
}

#find-industry span
{
  position: absolute;
  top: -999em;
}


#find-capacity
{
  display: block;
  width: 90px;
  height: 36px;
  background: url(../images/find-capacity.png) no-repeat 0 0;
margin: 0px 3px;
}

#find-capacity:hover
{ 
  background-position: 0 -36px;
}

#find-capacity span
{
  position: absolute;
  top: -999em;
}

#find-engineer
{
  display: block;
  width: 90px;
  height: 36px;
  background: url(../images/find-engineer.png) no-repeat 0 0;
margin: 0px 3px;
}

#find-engineer:hover
{ 
  background-position: 0 -36px;
}

#find-engineer span
{
  position: absolute;
  top: -999em;
}

#finder ul {
	display: inline;
	list-style: none;
}

#finder li {
	margin: 0px 5px;
	list-style: none;
	display: inline;
}
