
    /* make elements a little more centered */


    /* these two settings will remove borders from playlist entries */
    a:active {  outline:none; }
    :focus   { -moz-outline-style:none; }


    /* container has a background image */
    a.player {
        display:block;
        width:100%;
        height:500px;
        text-align:center;
        color:#fff;
        text-decoration:none;
        cursor:pointer;
    }

    /* splash image */
    a.player img {
        margin-top:115px;
        border:0;
    }
    .OcistiProizvode{
        clear:both;
    }

 
  /*  #ProizvodiOkvir{
        border:1px solid black;
    }
    #Karate{
        border:1px solid black;
    }
    */
    #pl {
        height:150px;
        background:#FFFFFF;
        border:1px solid #cfe9ed;
        width:93%;
        position:relative;
        overflow:hidden;
        padding:5px 0;
        float:left;
        margin:0;
    }

    #pl div.entries {
        position:absolute;
        width:1000em;
    }

    #pl div.entries a {
        background:#FFFFFF;
        color:#666;
        float:left;
        font-family:"bitstream vera sans","lucida grande","verdana";
        font-size:11px;
        margin:0px 4px;
        padding:10px;
        text-decoration:none;
        border:1px solid #cfe9ed;
        width:120px;
        height:120px;

    }

    #pl div.entries a:hover {
        background-position:-140px 0;
        color:#000;
        background:#cfe9ed;
        display:block;
    }

    #pl div.entries a.playing {
        background-position:-280px 0;
        color:#000;
    }

    #pl div.entries a.paused {
        background-position:-420px 0;
        color:#000;
    }

    #pl div.entries em {
        float:right;
        margin-top:15px;
        color:red;
        font-style:normal;
    }

    .prevPage {
        display:block;
        width:3%;
        height:18px;
        background:url(Moduli/Proizvodi/Images/left0000.png) no-repeat;
        margin:50px 0px;
        cursor:pointer;
        float:left;
        border:1px solid black;
    }

    .nextPage {
        display:block;
        width:3%;
        height:18px;
        background:url(Moduli/Proizvodi/Images/left0000.png) no-repeat;
        margin:50px 0px;
        cursor:pointer;
        float:right;
        border:1px solid black;
    }

    a.nextPage {
        background-image:url(Moduli/Proizvodi/Images/right000.png);
    }

    a.nextPage.disabled, a.prevPage.disabled {
        visibility:hidden;
    }
