/*--------------------------------------
   jQuery Slideshow
----------------------------------------*/

#homeStage {
    height:230px;
    width:960px;
    margin:10px 0 20px;
    z-index:1;
    border-bottom:solid 1px #999;
    position:relative;
    overflow:hidden;
}
#slideshow {
    position:relative;
}
#slideshow img {  
    width:  960px; 
    height: 195px; 
    top:  0; 
    left: 0; 
} 
#slideInfo {
    font:normal 1.2em "Trebuchet MS", sans-serif;;
    position:absolute;
    top:160px;
    background:url(/assets/black70.png) repeat;
    _background:#000;
    color:#fff;
    height:40px;
    width:100%;
    z-index:9;
}
#slideInfo span {
    font-weight:bold;
    display:inline-block;
    width:350px;
    height:30px;
    padding:10px 20px 0 0;
    text-align:right;
    margin-right:20px;
    background-color:#000;
}
#nextarrow {
    width:92px;
    height:91px;
    background:url(/assets/playbtn.gif) left bottom no-repeat;
    position:absolute;
    top:40px;
    right:20px;
    z-index:10;
    cursor:pointer;
}
#nextarrow:hover { background-position: left top; }
#chains {
    background:url(/assets/chains.gif) no-repeat;
    width:256px;
    height:195px;
    z-index:8;
    position:absolute;
    top:0;
    left:0;
}
#gears {
    background:url(/assets/gears.gif) no-repeat;
    width:133px;
    height:195px;
    z-index:8;
    position:absolute;
    top:0;
    right:0;
}

/*--------------------------------------
   Main Text Section
----------------------------------------*/

#centerContent { 
    width:100%; 
    height:300px;
}
#centerContent div {
    width:300px;
    margin:0 10px;
    float:left;
    display:inline;
}