.portfolio h4 a {
  display: block;
  border-left: 5px solid #eee;
  border-bottom: 0;
  padding: 15px 0 0 10px;
  margin-left: -15px;
  margin-bottom: 5px;
  line-height: 8px;
}

.portfolio h4 a:hover {
/*  border-color: #0092D1;*/
  border-color: #ccc;
}

.portfolio h2,
.pieces h3,
.pieces p,
.pieces .stats {
  line-height: 18px;
  margin-bottom: 18px;
}

.portfolio .content {
  position: relative;
}

/*.portfolio #header {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.portfolio #body {
  padding-top: 70px;
}
*/
.portfolio #header h2 {
  font-size: 80px;
  line-height: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  text-shadow: 0 0 10px #fff;
  text-align: right;
  color: #ddd;
}

.pieces {
  margin-top: 18px;
  margin-left: 150px;
  width: 850px;
}

.pieces > li {
  padding: 33px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  overflow: hidden;
  position: relative;
}

.pieces h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  color: #0092D1;
}

.pieces .back_to_top {
  position: absolute;
  top: 30px;
  right: 30px;
}

.pieces p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 20px;
  margin: 20px 0 0 250px;
  color: #444;
}

.stats {
  float: left;
  width: 230px;
  margin: 20px 0 10px 0;
}

.stats h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}

.stats li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  float: left;
  width: 200px;
}

.images {
  width: 780px;
  height: 403px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.images > li {
  float: left;
  border: 1px solid #ccc;
}

.images img {
  display: block;
  width: 100%;
}

.images h4 {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #ccc;
  background: rgba(255, 255, 255, .4);
  
}

.image_nav {
  text-align: center;
  padding: 9px 0 0;
}

.image_nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 5px;
}

.image_nav li:hover {
  cursor: pointer;
}

.image_nav a {
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.image_nav a:hover,
.image_nav li:hover a,
.image_nav li.selected a {
  background: #666;
}

.image_nav li.prev a,
.image_nav li.next a {
  background: none;
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 10px;
  font-weight: bold;
  overflow: normal;
  text-transform: uppercase;
}

.image_nav a.disabled,
.image_nav a.disabled:hover {
  color: #ddd;
}
