
#pic_choice_container {
  position:absolute;
  height:505px;
  width:200px;
  margin:0px 0px 0px 350px;
  top: 50px; 
  left: 50%;

  text-align: center;
  /* border: 1px solid #FFFFFF; */
  overflow: hidden;
}

#pic_choice {
	width: 100%;
	height: 480px;
}

#pic_choice_nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#pic_choice_table {
	width: 100%;
	height: 100%;
}

#pic_choice_table td {
	text-align: center;
}

#pic_choice_table img {
	border: 3px solid #FFFFFF;
}

#pic_choice_table img:hover {
	border: 3px solid #ABFC03;
}
