﻿   
#hallOfFame {
    position:relative;
    height:110px;
}
#hallOfFame IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    cursor:pointer;
}
#hallOfFame IMG.active {
    z-index:10;
    opacity:1.0;
}
#hallOfFame IMG.last-active {
    z-index:9;
}

/**********************************/

#slideshow {
    position:relative;
    height:350px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/**********************************/

#peopleBox 
{
    background-image:url(../images/testimonialBgFade.jpg);
    background-repeat:repeat-y;    
    height:185px;
    border:solid 1px #CCCCCC;
    margin-top: 22px;
    z-index:9999999999;
    
    
    }
.peopleBoxHeader 
{
    font-size:14px;
    color:#005EC4;
    padding:5px;
    border-bottom:solid 1px #CCCCCC;
    background-color:White;
    }
#peopleBox ul 
{
    padding:0px;
    margin:0px;    
    }    
#peopleBox ul li 
{
    list-style-type:none;
    float:left;
    display:inherit;
    margin:4px 4px 4px 4px;
    }
#scrollerWrapper img
{
 border:solid 1px #CCCCCC;
    }
 #scrollerWrapper 
 {
     width:540px;
     float:left;
     overflow:hidden;
     height:200px;
     padding-top:5px;
     } 
#dynamicList
{
    padding:0px 0px 0px 0px; 
    margin:0px;
    position:relative;
    }
#dynamicList li 
{
    float:left;
    list-style-type:none;
    margin-right:10px;
    width:100px;
    }
#dynamicList li Div
{
    font-size:11px;
    color:Black;
   /* padding:0px 5px; */
    }
#dynamicList li:hover
{
cursor:pointer;
}  
#leftScrollButton 
{
    cursor:pointer;
    }
#rightScrollButton 
{
    cursor:pointer;
    }


/*-------------------------------------------*/

.homepageLoad{
        position: absolute;
        left: 212px;
        top: 145px;
        width: 593px;
        height: 328px;
        background-color: White;
        border: solid 1px #CCCCCC;
        z-index: 99999999;
        }
.loadCenter
{
    position:absolute;
    left:267px;
    top:135px;
    
    }