div.genderN
{
  width:170px;
  height:300px;
  opacity:0.7;
  border:4px #99b solid;
  text-align:center;
  margin:4px;
  padding:5px;
}
div.genderN:hover
{
  opacity:1.0;
  border:4px #00f solid;
  background:#fff;
  cursor:pointer;
  cursor:hand;
}
div.genderN:hover *
{
  width:160px;
}
div.genderS
{
  width:170px;
  height:300px;
  opacity:0.9;
  border:4px #33e solid;
  text-align:center;
  margin:4px;
  padding:5px;
  background:#fff;
}
div.genderS:hover
{
  opacity:1.0;
  border:4px #00f solid;
  background:#fff;
  cursor:pointer;
  cursor:hand;
}
div.genderS:hover *
{
  width:160px;
}

/* IE fixes */
div.genderNhover
{
  border:4px #00f solid;
  background:#fff;

  width:170px;
  height:300px;
  text-align:center;
  margin:4px;
  padding:5px;
}
div.genderShover
{
  border:4px #00f solid;
  background:#fff;

  width:170px;
  height:300px;
  text-align:center;
  margin:4px;
  padding:5px;
  background:#fff;
}
div.genderShover *
{
  width:160px;
}
div.genderNhover *
{
  width:160px;
}