#facebox {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-right: -350px;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0 5px 0px 5px;
  background: #000000;
  width: 740px;
	color: #ccc;
	border: 7px solid #000000;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  margin: 0;
}

#facebox .footer {
	height: 25px;
  padding:0 0 0 0;
  margin: 0px;
  text-align: right;
}

a.close {
display: block;
float: right;
font-size: 11px;
letter-spacing: -1px;
font-weight: bold;
height: 25px;
line-height: 25px;
color: #FFFFFF;
padding: 0 35px 0 0;
text-decoration: none;
background: url(http://www.jesthered.com/media/images/close.png) center right no-repeat;
text-transform: uppercase;

}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}





/* copy styles */
#facebox label {
width: 70px;
height: 20px;
text-align: right;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #666;
line-height: 20px;
padding: 0 5px 0 0;
float: left;
display: inline;
margin: 0 0 3px 0;
}

#facebox .project, #facebox .client {
width: 580px;
height: 20px;
display: inline;
float: right;
color: #FFFFFF;
margin: 0 0 3px 0;

font-weight: normal;
}

#facebox .project {
font-size: 16px;
line-height: 16px;
}

#facebox .client {
font-size: 14px;
line-height: 20px;
}

#facebox .role {
height: 20px;
display: inline;
float: left;
margin: 0 20px 0 5px;
line-height: 20px;
padding: 0 0 0 30px;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

#facebox .des {
background: url(http://www.jesthered.com/media/images/iconDes.png) top left no-repeat;
color: #ffd800;
}

#facebox .desTeam {
background: url(http://www.jesthered.com/media/images/iconDesTeam.png) top left no-repeat;
color: #ffd800;
}

#facebox .dev {
background: url(http://www.jesthered.com/media/images/iconDev.png) top left no-repeat;
color: #6fcd13;
}

#facebox .devTeam {
background: url(http://www.jesthered.com/media/images/iconDevTeam.png) top left no-repeat;
color: #6fcd13;
}

#facebox .ill {
background: url(http://www.jesthered.com/media/images/iconIll.png) top left no-repeat;
color: #1295b1;
}

#facebox .prod {
background: url(http://www.jesthered.com/media/images/iconProd.png) top left no-repeat;
color: #1268b1;
}

#facebox p, #facebox .link {
display: block;
margin: 10px 0 0 0;
}

#facebox p {
font-size: 11px;
display: block;
line-height: 13px;
color: #FFFFFF;
width: 580px;
margin: 0 0 10px 80px;
}

#facebox .link {
width: 555px;
margin: 0 0 0 80px;
display: block;
height: 20px;
text-transform: uppercase;
font-size: 10px;
line-height: 20px;
font-weight: bold;
color: #999;
text-align: left;
padding: 0 0 0 25px;
background: url(http://www.jesthered.com/media/images/iconLink.png) top left no-repeat;
}

#facebox .link a {
color: #999;
text-decoration: none;
}

#facebox .link a:hover {
color: #FFF;
text-decoration: none;
}

.design .link, .illustration .link {
display: none !important;
}