﻿#gal_enlarge_container {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 515px;
  height: 340px;
}

#gal_enlarge_container img {
/*    border: 1px solid #ccc; */
/*    padding: 5px; */
width:515px;
height:340px;
border: 1px solid #ccc;

}

#gal_thumb_container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 190px;
  height: 342px;
  text-align: right;
  overflow:hidden;
}

#gal_thumb_container img {
  border: 1px solid #999;
  width: 50px;
  height: 60px;
  margin: 0 0 8px 8px;
  padding: 0;
}

#portfolioLinks {
  position: absolute;
  right: 71px;
  top: 48px;
}
