 #wrapper {
    position: relative;
    /*text-align: justify;*/
    width: 850px;
	margin: 0 auto;
}
#content {
	margin: 0;
	z-index: 2;
    position: relative;
    color: #5f8bb7;
    background: url("../img/borde_showcase_b.png") right bottom no-repeat;
    
}
#showcase {
    margin-top: -8px;
    margin-right: 0;
    margin-bottom: -4px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    height: 293px; /* 37 for the tabbar, 260 for the showcase */ 
    background-color: #37516b;
}

#showcaseTabs {
    height: 21px;
    text-align: right;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #5f8bb7;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 6px 0 0;
    background-color: #37516b;
    background: url("../img/borde_showcase.png") left top no-repeat;
}

#showcaseTabs div {
    display: inline;
    cursor: pointer;
    letter-spacing: 1px;
}

#showcaseTabs .active {
    color: #abd5ff;
}

#showcaseScroller {
    position: absolute;
    height: 260px;
    width: 8500px;
    padding-bottom: 0;
}