
#tab{
    width: 100%;
    margin: 0 auto;
}
ul.idTabs
{
    padding: 15px 0;
    font-size: 0;
    margin: 0px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the idTabs as desired*/
}
        
ul.idTabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between idTabs*/
}
        
ul.idTabs li a
{
    font: normal 14px Verdana;
    text-decoration: none;
    position: relative;
    padding: 2px 18px;
    /* border: 1px solid #CCC; */
  
   

    color: #111;
    outline:none;
}
        

        
ul.idTabs li a:hover
{
    /* border: 1px solid #B7B7B7; */
    /* background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x; */
}
        
ul.idTabs li a.selected, ul.idTabs li a.selected:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    /* background: white; */
    /* border: 1px solid #B7B7B7; */
    /* border-bottom-color: white; */
}
        
        
ul.idTabs li a.selecte:hover
{
    text-decoration: none;
}
     

.tabcontents
{
    /* border: 1px solid #B7B7B7; */ 
    /* padding-left: 22px; */
    padding-top: 10px;
    /* background-color: #FFF; */
    /* border-radius: 0 3px 3px 3px; */
}
.tabcontents p{
    color: #000;
    
}
#staff{
    float: left;
    width: 100%;
    height: 600px;
    border: 1px black solid;
}
.person{
    float: left;
    width: 130px;
    height: 165px;
    padding: 7px;
        
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);

    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-webkit-border-radius: 3px;

    margin-right: 7px;

    margin-bottom: 7px;
    -moz-border-radius: 3px;
border-radius: 3px;
        
    
    background-color: rgba(255, 255, 255, 1);
}

.person:nth-child(5n){
    margin-right: 0px;
}
#studio .text{
    margin-top: -10px;
}
#studio .text p {
    line-height: 15pt;
    font-size: 11pt;
    margin-top: -8px; 
    text-align: justify;
}
 #studio .text h1{
    font-size: 12pt;
    
}
#studio .person a img{
    width: 100%;
}
#studio .person .infot {
    display: none;
}
#studio .info {
    float: left;
    position: relative;
    width: 100%;
  
    /* background-image: url('../images/bf_staff.jpg'); */
    background: rgba(148, 148, 148, 1);
    
    height: 0px;
    overflow: hidden;
}

.infot {
    width: 100%;
margin: 0 auto;
}

.infot p {
    color: rgba(0, 0, 0, 1);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12pt;
    font-family: Tw Cen MT;
    line-height: 12pt;
    /* font-style: italic; */
    /* font-weight: bold; */
}

.infot h3, .infot h4 {
    color: #FFFFFF;
    padding-left: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.da-thumbs li a div span:nth-child(2) {
display:none;}

