﻿.list_carousel
{
    width: 980px;
    margin: 15px 0;
}

    .list_carousel ul
    {
        padding: 0 20px 0 10px;
        margin: 0 0 0 50px;
        line-height: 18px;
        list-style: none;
        display: block;
        float: left;
    }

    .list_carousel li
    {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: center;
        float: left;
        border-right: 1px solid #fff;
        padding: 0 20px;
        width: 135px;
    }

        .list_carousel li .class1
        {
            margin: 10px 5px 10px 0;
            height: 50px;
            vertical-align: middle;
            display: table-cell;
        }

            .list_carousel li .class1:hover
            {
                background-color: #1d436a;
                cursor: pointer;
            }

        .list_carousel li img
        {
            width: 23px;
            height: 18px;
            line-height: 18px;
            margin: 8px 0 3px 5px;
        }

        .list_carousel li .class1 span
        {
            width: 125px;
            padding: 5px;
            text-align: center;
            color: #fff;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
            float: left;
            line-height: 18px;
        }

.clearfix
{
    float: none;
    clear: both;
}


/*---------navigation buttons-------*/
.Prev
{
    width: 17px;
    height: 28px;
    background: url(../../images/featuresslider/prev.jpg);
    z-index: 5;
    cursor: pointer;
    float: left;
    margin: -35px 0 0 0;
}

.Next
{
    width: 17px;
    height: 28px;
    background: url(../../images/featuresslider/next.jpg);
    z-index: 5;
    cursor: pointer;
    float: right;
    margin: -35px 0 0 0;
}
/*
.Prev, .Next 
{
    width:17px; height:28px; position:absolute;  
    background:url(../images/featuresslider/navButtons.png); 
    display:inline-block; z-index:5; cursor:pointer;
}

.Prev {background-position:0 0px; top:50px; left:0;}
.Next {background-position:18px 0; top:50px; right:0;} 
*/

/* login tooltip */

.bubbletooltip_tip
{
    padding: 5px;
    color: #fff;
    background-color: #1d436a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    max-width: 300px;
    left: 87px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

    .bubbletooltip_tip:after
    {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: #1d436a transparent;
        top: -6px;
        left: 10%;
        z-index: -1;
    }

/* end login tooltip */
