/* your styles go here */

.rt
{
	float: right;
}

#thumbs {   
    width: 955px;
    margin-top:90px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: auto;

     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#thumbs a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;

}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.photoThumbs { 
width:950px;
outline:3px solid; 
color: grey;
margin:0; 
padding:15px; 
/*padding-bottom: -45px;*/
list-style:none;
text-align: justify;
    -moz-text-align-last: center; /* Code for Firefox */
    text-align-last: center;
}

.photoThumbs li  { display: inline-block;  vertical-align:top;  margin:0;}
.photoThumbs  li:nth-child( n+4) {margin-top:5px;}
.photoThumbs img  {  vertical-align:top;   }

#design-cast {
position: relative;
overflow: hidden;
}
.member {
    float:left;
    width:31%;
    margin:1% 1% 45px 1%;
}
.name {
    position:absolute;
    bottom:0px;
}
.member img {
    width: 100%;
    display: block;
}