#centerwell {
    position: relative;
    height: 140px;
    overflow: hidden;
}

    #centerwell li {
        position: relative;
        width: 38px;
        height: 140px;
        float: left;
        border-right: #fff 1px solid;
        overflow: hidden;
        cursor: pointer;
    }


    #centerwell img {
        width: 209px;
        color: #5f5f5f;
        margin-left: 38px;
        font-size: 15px;
        line-height: 18px;
        font-family: GeogrotesqueMedium, Helvetica, Arial, sans-serif;
        letter-spacing: 0pt;
    }

/* ADDING IMAGES PER SECTIONS FOR GLOBAL NAV*/
#behance {
    background: url("../images/t1.png") no-repeat white;
}


#flicker {
    background: url("../images/t2.png") no-repeat white;
}

    #flicker p {
        background: url(flickr_over_bg.gif) no-repeat;
    }

#linkedin {
    background: url("../images/t3.png") no-repeat white;
}

    #linkedin p {
        background: url(linkedin_over_bg.gif) no-repeat;
    }

#facebook {
    background: url("../images/t4.png") no-repeat white;
}

    #facebook p {
        background: url(facebook_over_bg.gif) no-repeat;
    }

#twitter {
    width: 247px;
    margin-left: 0 !important;
    background: url("../images/t5.png") no-repeat white;
}

    #twitter p {
        background: url(twitter_over_bg.gif) no-repeat;
    }
