/*---------- leva strana -----------*/

#ppy2 .ppy-stage {
    width:              182px;
    height:             120px;
    border: solid #885F44 5px;            
    border-radius:          5px ;
    -moz-border-radius:     5px ;
    -khtml-border-radius:   5px ;
    -webkit-border-radius:  5px ; 
 
}               

#ppy2 .ppy-counter {
    background:         #fff;
    color:              #333;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              0;
    opacity:            0.5;
    border-radius:          5px 0 0 0;
    -moz-border-radius:     5px 0 0 0;
    -khtml-border-radius:   5px 0 0 0;
    -webkit-border-radius:  5px 0 0 0; 
}

#ppy2 .ppy-nav{
  padding: 17px ;
}
 
#ppy2 .ppy-nav a:hover {

    cursor:         pointer;
    opacity:        0.7;
}

/*----- prava strana ---------*/

#ppy3 .ppy-stage {
    width:              182px;
    height:             120px;
    border: solid #885F44 5px;            
    border-radius:          5px ;
    -moz-border-radius:     5px ;
    -khtml-border-radius:   5px ;
    -webkit-border-radius:  5px ; 
 
}               

#ppy3 .ppy-counter {
    background:         #fff;
    color:              #333;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              0;
    opacity:            0.5;
    border-radius:          5px 0 0 0;
    -moz-border-radius:     5px 0 0 0;
    -khtml-border-radius:   5px 0 0 0;
    -webkit-border-radius:  5px 0 0 0; 
}

#ppy3 .ppy-nav{
  padding: 17px ;
}
 
#ppy3 .ppy-nav a:hover {

    cursor:         pointer;
    opacity:        0.7;
}