﻿.left_pane  {
    float:left;
    width:350px;
    border-right:1px solid #CECECE;
}
.right_pane {
    float:right;
    width:310px;
    margin:0 -7px 0 0;
}
.teamContainer  {
    height:auto;
}
.mainTitle  {
    display:none;
}
h1  {
    background: #301621 url(../images/template/title_bg.png) repeat top;
    font-size:16pt;
    color:#fff;
    height:40px;
    padding-left:10px;
}
h1 img {
    padding-right:20px;
    float:left;
}
h1 span    {
    float:left;
    line-height:40px;
}
h2  {
    color:#301621;
    font-size:12pt;
}
p   {
    text-align:justify;
    margin:1em 0 !important;
}
.main_img_pane  {
    height:274px;
    position:relative;
    z-index:10;
}
.main_img_pane img   {
    position:absolute;
    z-index:10;
}
.img_frame  {
    position:absolute;
    background-color:#ddd;
    width:278px;
    height:270px;
    z-index:1;
    left:25px;
    overflow:hidden;
}

/* user scroll  */
.user_container {
    visibility:hidden;
}
.users  {
    background:#FFF url(../images/template/grey_fade.png) repeat-x;
    width:302px;
    height:90px;
    margin-bottom:20px;
    padding-top:20px;
}
.scroll_caption {
    width:300px;
}

.user_information   {
    width:330px;
    padding:10px;
    text-align:justify;
}

.team_container
{
  width:262px;
  height:60px;
  overflow:hidden;
  float:left;
}

.team_panel
{
  width:9999px;
  height:60px;
}

.team_section
{
  width:262px;
  height:60px;
  float:left;
  padding-left:4px;
}

.team_button_left
{
height:26px;
float:left;
width:15px;
margin-top:15px;
background:url(../images/arrow_left.png);
display:block;
cursor:pointer;
margin-left:5px;
}

.team_button_left:hover
{
background:url(../images/arrow_left_over.png);
}

.team_button_right
{
height:26px;
float:left;
width:15px;
margin-top:-45px;
background:url(../images/arrow_right.png);
display:block;
cursor:pointer;
margin-left:283px;
}

.team_button_right:hover
{
background:url(../images/arrow_right_over.png);
}

.team_photo
{
cursor:pointer;
margin-left:8px;
border:2px solid #FFF;
}

.team_photo_left
{

}
strong  {
    font-weight:bolder;
}