/*
 * 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 {
 padding-top:5px;
}

 .ppy-stage {
    width:          150px;
    height:         150px;
    overflow:       hidden;
    display: inline-block;
    height: 73px;
    left: 24px;
    top: 5px;
    width: 94px;
}

.ppy-placeholder {width:100px }

.ppy-stagewrap {
   height: 104px;
   width: 133px;

}
.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 {
	font-family: verdana;
    font-size: 13px;
    text-align: center;
}

.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

 .ppy-counter {
 	font-family: verdana;
    font-size: 10px;
    top: 83px;
    left: 53px;
    color: #000000;
    font-size: 0.6em;
    opacity: 0.7;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    z-index: 3;
}

 .ppy-loading {
    background:     #333 url(gfx/loading3.gif) no-repeat center !important;
}

 .ppy-nav {
 	height:0;
    margin-left: 29px;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 124px;
    z-index: 3;
    text-align:     center;
}
 .nav-wrap {
    /*width:          43%;*/
    height:         32px;
    margin:         25% auto;
}
 .ppy-nav a {
 	font-family: verdana;
    font-size: 10px;
    display:        block;
    overflow:       hidden;
    /*text-indent:    -900em;*/
    float:          left;
    padding:        10px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}

.ppy-prev, .ppy-next, .ppy-play, .ppy-pause {width: 22px;}

.ppy-switch-enlarge, .ppy-switch-compact {width:  30px;}

#vakata-dragged {font-size: 80%; font-family: arial; background-color:#fff; border: 1px solid #dadada}

 .ppy-nav:hover a{
    cursor:         default;
    text-decoration: none;
}