h2 { width:167px; height:18px; margin:29px 0; display:block; text-indent:-5000em; background:url(../images/title-about.gif) no-repeat; margin-top: 44px; }
.footer { margin-top:57px; }

.about {
    padding: 0;
    display: block;
    position: relative;
    height: 1060px;
    width: 996px;
    background: #000000;
    z-index: 1;
}

.cell { 
    cursor: pointer;
    margin: 0px;
    padding: 1px;
    background: #131313;
    position: absolute;
    /* z-index: 1; */
    font-size: 24px;
    text-align: center;
}
.cell.static {
    cursor: default;
}
.cellhover {
    border: 1px solid #f47121;
    z-index: 101;
}
    border: none;
}
.cell.static:hover, .cell.expanded:hover, .cell.expanding:hover, .cell.cellhover.expanding:hover {
    border: none;
}
/****************
HEIGHT UNIT: 265
WIDTH UNIT:  249
****************/

.square {
    height: 243px;
    width: 227px;
}

.tall {
    width: 227px;
    height: 508px;
}

.wide {
    width: 476px;
    height: 243px;
}

.expanded {
    /* z-index: 100; */
    height: 508px;
    width: 725px;
    cursor: default;
}
.expanded:hover {
    cursor: default;
}
.displayNone { 
    display: none;
}
.static {
    background-color: #f47121;
}

#c1 {
    left: 0px;
    top: 20px;
}
#c2 {
    left: 249px;
    top: 20px;
}
#c3 {
    left: 498px;
    top: 20px;
}
#c4 {
    left: 747px;
    top: 20px;
}
#c5 {
    left: 0px;
    top: 550px;
}
#c6 {
    left: 249px;
    top: 285px;
}
#c7 {
    left: 498px;
    top: 285px;
}
#c8 {
    left: 498px;
    top: 550px;
}
#c9 {
    left: 747px;
    top: 550px;
}
#c10 {
    left: 00px;
    top: 815px;
}
#c11 {
    left: 498px;
    top: 815px;
}
#c12 {
    left: 747px;
    top: 815px;
}

/*
#c3.expanded {
    left: 249px;
}
#c4.expanded {
    left: 249px;
}
#c8.expanded {
    left: 249px;
}
#c9.expanded {
    left: 249px;
}
#c11.expanded {
    left: 249px;
}
#c12.expanded {
    left: 249px;
}
*/

.preview {
    margin: 20px;
}
.preview h3 {
    font-size: 12px;
    font-weight: bold;
    color: #949494;
    margin-top: 10px;
    text-transform:uppercase;
    text-align: left;
}
.content {
    position: relative;
    height: 468px;
    width: 665px;
    left: 30px;
    *left: 15px;
    top: 20px;
    text-align: left;

}
.content.video {
    text-align: center;
}
.content img {
    float: left;
}
.copy {
    color: #000000;
    float: left;
    text-align: left;
    width: auto;
    width: 240px;
    margin-left: 20px;
    font-family: helvetica,sans-serif;
}
.copy h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 20px;
    text-transform: uppercase;
}
.copy.bottom {
    margin-left: 30px;
    width: 604px;
}
.copy.bottom h3 {
    margin-bottom: 0px;
}
.copy p {
    font-size: 13px;
    line-height: 18px;
}


.btnClose {
    float: right;
    background: url(../images/button-close.gif) 0 0 no-repeat;
    text-indent: -9000px;
    width: 11px;
    height: 11px;
    position: relative;
    margin: 20px 20px 0 0;
    z-index: 100;
}
.btn {
    top: 220px;
    position: absolute; 
    width: 30px;
    height: 40px;
    text-indent: -9000px;
    z-index: 100;
}
.btn.prev {
    float: left;
    background: url(../images/slideshow-prev.gif) 0 0 no-repeat;
    left: -31px;
    *left:-30px;
}
.btn.next {
    float: right;
    background: url(../images/slideshow-next.gif) 0 0 no-repeat;
    right: -31px;
    *right:-32px;
}

.carouselContainer {
    overflow: hidden;
    width: 665px;
    float: left;
    left:-1px;
    *left:0px;
}
.carousel li {
    float: left;
    width: 665px;
    height: 470px;
}
.carousel li img {
    float: left;
    margin-right: 10px;
}
