/*
 * jquery.popeye.style.css 2.1
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2011 Christoph Schuessler (schreib@herr-schuessler.de)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* fallback styles for image list */
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;

}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
.ppy-active {
    width:          150px;
    float:          left;
    margin:         0 20px 10px 0;
}

 .ppy-outer {
}

 .ppy-stage {
    width:          150px;
    height:         150px;
    overflow:       hidden;
}

.ppy-placeholder {width:100px }
 .ppy-stagewrap {
    background:     #eee;
}
.toBeChanged{
    background:     #333;
    color:          #fff;
    padding:        0 5px 3px 0;
    font-size:      1em;
    line-height:    1.3em;
    opacity:        0.5;
    width:100%; text-align: center
}
 .ppy-caption {

    text-align:center
}

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

 .ppy-counter {
    font-size:      0.8em;
    position:       absolute;
    bottom:         3px;
    left:           0px;
    opacity:        0.6px;
    width: 100%; text-align: center
}

 .ppy-loading {
    background:     #333 url(gfx/loading3.gif) no-repeat center !important;
}

 .ppy-nav {
    width:          100%;
    height:         100%;
    text-align:     center;
}
 .nav-wrap {
    width:          43%;
    height:         32px;
    margin:         25% auto;
}
 .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;
}

 .ppy-prev {
    width:          22px;
    background:     url(gfx/prev3.png) no-repeat center;
}

 .ppy-next {
    width:          22px;
    background:     url(gfx/next3.png) no-repeat center;
}

 .ppy-switch-enlarge {
    width:          30px;
    background:     url(gfx/enlarge3.png) no-repeat center;
}

 .ppy-switch-compact {
    width:          30px;
    background:     url(gfx/compact3.png) no-repeat center;
}

 .ppy-play {
    width:          22px;
    background:     url(gfx/play3.png) no-repeat center;
}
#vakata-dragged {font-size: 80%; font-family: arial; background-color:#fff; border: 1px solid #dadada}

 .ppy-pause {
    width:          22px;
    background:     url(gfx/pause3.png) no-repeat center;
}

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