#showcase {
    background: #cecece url("../images/portfolio-bot-bg.gif") repeat-x bottom;
    clear: both;
    width: 100%;
    height: 20em;
    opacity: 0.9;
}

#clients {
    background: transparent url("../images/portfolio-top-bg.gif") repeat-x top;
    margin: 0;
    padding: 0;
    list-style: none;
}

#showcase .client {
    padding: 25px 0 0;
}

#showcase .client .marquee {
    font-size: 110%;
    font-weight: bold;
}

#showcase .client .marquee a {
    color: #e92;
    text-decoration: none;
}

#showcase .client .playdates {
    text-align: right;
    font-size: 0.8em;
    color: #444;
}

#showcase .client .synopsis {
    float: left;
    color: #333;
}

#showcase p {
    font-size: 0.85em;
    margin: 0 0 0 200px;
    width: 40%;
    line-height: 1.7em;
    text-align: justify;
    color: #111;
    font-family: "Lucida Grande", "Verdana", sans-serif;
}

.plot {
    clear: both;
    float: left;
    list-style: none;
    margin: 0 0 0 200px;
    padding: 1em 0 0;
}

.plot li {
    float: left;
    width: 80px;
}

#showcase .client .logo,
#showcase .client .web,
#showcase .client .print,
#showcase .client .tech,
#showcase .client .master {
    opacity: 1.0;
}

#showcase .client .logo span,
#showcase .client .web span,
#showcase .client .print span,
#showcase .client .tech span,
#showcase .client .master span {
    display: block;
    float: left;
    width: 50px;
    height: 40px;
    font-weight: bold;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #333;
}

#showcase-nav {
    margin: 0 0 0 200px;
    padding: 0;
    list-style: none;
    font-family: "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
}

#showcase-nav li {
    display: block;
    float: left;
    width: 10%;
    font-size: 0.7em;
}

#showcase-nav a {
    cursor: pointer;
    color: #666;
}

#showcase-nav #counter {
    color: #999;
    text-align: right;
}
