/* Protfolio style */
#Left {
  margin-right:; /*.3em*/
  cursor: pointer;
}

.portfolioFloat {
  float: left;
  vertical-align:middle;
}

#Horizontal {
  width: 500px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: relative;
  left: ;/*25px*/
}

#PortfolioHorizontal {
  width: 484px;
  height: 121px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;

  background-color: #dddddd;
}

#PortfolioHorizontal li {
  display: block;

  background-color: white;

  height: 100px;
  line-height: 0px;
  color: #fff;
  text-align: center;
  font-size: 0px;
  margin: 0px;
  padding: 0px; /* 5px */
  float: left;

  border: 3px solid white;
  border-left: 6px solid white;
  border-right: 6px solid white;
}

#portfolio_image {
  height: 200px;
  width: 100%;
  position: relative;
}

.port_thumb {
  -moz-background-clip:
  -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy:
  -moz-initial;
  width: 90px; /* 121px 100px */ 
}

/* full image styles */
#fullHolder {
  height: 260px;
}
#fullImg {
  float: left;
  padding-right: 15px;
}
#fullInfo {
  display:inline;

}
#fullText {

}
#fullLink {

}

/* landing image placement */
.content_goodies_imgs {
  margin-left:15px;
}
.goodies_imgs_row_2 {
  margin-top:15px;
}