/* popeye example 3 */
#popeye_custom.ppy-active {
    width:          320px;
    float:          none;
    margin:         0;
}

#popeye_custom .ppy-outer {
}

#popeye_custom .ppy-stage {
    width:          320px;
    height:         240px;
    overflow:       hidden;
    cursor:         pointer;
}

#popeye_custom .ppy-stagewrap {
    background:     #333;
}

#popeye_custom .ppy-caption {
    margin:         10px 0 0 0;
    padding:        0 5px 3px 0;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #666;
    height:         32px;
    overflow:       auto;
    border-bottom:  1px solid #ddd;
}

#popeye_custom.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

#popeye_custom .ppy-counter {
    background:     #333;
    color:          #fff;
    padding:        0 5px;
    font-size:      0.8em;
    position:       absolute;
    bottom:         0;
    left:           0;
    opacity:        0.7;
}

#popeye_custom .ppy-loading {
    background:     #333 url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/loading3.gif) no-repeat center !important;
}


#popeye_custom .nav-wrap {
    width:          144px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#popeye_custom .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#popeye_custom .ppy-prev {
    width:          22px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/prev3.png) no-repeat center;
}

#popeye_custom .ppy-next {
    width:          22px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/next3.png) no-repeat center;
}

#popeye_custom .ppy-switch-enlarge {
    width:          30px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/enlarge3.png) no-repeat center;
}

#popeye_custom .ppy-switch-compact {
    width:          30px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/compact3.png) no-repeat center;
}

#popeye_custom .ppy-play {
    width:          22px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/play3.png) no-repeat center;
}

#popeye_custom .ppy-pause {
    width:          22px;
    background:     url(http://www.ogliopo.mapslow.eu/static/js/jquery-popeye/gfx/popeye/pause3.png) no-repeat center;
}

#popeye_custom .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
}