/* 
    Document   : novaslider
    Created on : 16.12.2009, 15:39:31
    Author     : playboyko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.novaslider {
    position: relative;
    width: 900px;
    height: 250px;
    overflow: hidden;
}
    .novaslider .novaslider-cnt {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50000000px;
    }
        .novaslider .novaslider-cnt .novaslider-item {
            float: left;
            width: 900px;
            height: 250px;
        }
    .novaslider .novaslider-left {
        background: url('/shared/i/arrow-left.png') no-repeat;
        right: 10px;
    }
    .novaslider .novaslider-right {
        background: url('/shared/i/arrow-right.png') no-repeat;
        left: 10px;
    }
    .novaslider .novaslider-left, .novaslider .novaslider-right {
        top: 110px;
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        cursor: hand;
        opacity: 0;
        filter: alpha(opacity = 0);
        /*display: none;*/
    }
    .novaslider .novaslider-descr {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 10px;
        padding-right: 10px;
        width: 880px;
        position: absolute;
        font-family: Tahoma, sans-serif;
        color: #000;
        font-size: 14px;
        bottom: 0px;
        left: 0px;
        background-color: #FFF;
        opacity: 0;
        filter: alpha(opacity = 0);
        /*display: none;*/
    }