/* Naming standards as on the document*/
/* recommended not to alter */

.control
{
    position: relative;        
}

.contentArea
{
    /* overflow:hidden; */
    position:relative;
}

.contentItem
{
    position:absolute;
    top:0px;
}


.navigationArea
{
    /* overflow:hidden; */
    margin-top:-1px;
    z-index:99;
    position:relative;
}


.navigationElement
{
    line-height:normal;
    cursor:default;
    display:block;
    float : left;
}


.navigationElementActive
{
    line-height:normal;
    cursor:default;
    display:block;
    float : left;
}

.navigationHover
{
    line-height:normal;
    cursor:default;
    display:block;
    float : left;
}

.spacerElement
{
    display:block;
    float : left;
}

/* Naming standards as on the document -  End */
