#move_left_box
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 118px;
  height: 470px;
  margin: 0px;
  padding: 0px;
}

#move_right_box
{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 118px;
  height: 470px;
  margin: 0px;
  padding: 0px;
}

#move_left_button
{
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  right: 10px;
  top: 164px;
  /*background-image: url("/images/arrow_L.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;*/
  
}

#move_right_button
{
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  left: 10px;
  top: 164px;
  /*background-image: url("/images/arrow_R.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;*/
}

#move_left_button img, #move_right_button img
{
	height: 20px;
	border: 0px;
}

#facescope_box
{
  position: absolute;
	left: 120px;
  top: 0px;
  width: 660px;
  height: 370px;
  margin: 0px;
  padding: 0px;
}

.face_block
{
  display: inline;
  float: left;
  height: 184px;
  width: 128px;
  margin: 0px 2px;
}

.face_image
{
  overflow: hidden;
  margin: auto;
  width: 128px;
  height: 164px;
  text-align: center;
}

.face_legend
{
	display: block;
  overflow: hidden;
  margin: 1px 0px;
  width: 128px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

#pages_box
{
	left: 120px;
  top: 372px;
  width: 660px;
}

div.face_legend a:link, div.face_legend a:visited, 
div.face_legend a:active, div.face_legend a:hover
{
	font-weight: bold;
}

div.face_image a:link img, div.face_image a:visited img
{
  border: 1px solid #ababab;
}

/*a:hover div.face_image img, a:active div.face_image img*/
div.face_image a:hover img, div.face_image a:active img
{
  border: 1px solid #ffffff;
}
