/* Content containers */
#leftContent {
    float:left;
    width: 480px;
    padding: 0px 10px 10px 0px;
}

#rightContent {
    float:left;
    width: 520px;
    padding: 0px 0px 10px 0px;
}

/* Icons, buttons etc. */
.button {
    cursor: pointer;
}

.prevButton {
    background: url(../../gfx/buttons/prev.png) no-repeat;
}

.nextButton {
    background: url(../../gfx/buttons/next.png) no-repeat;
}
