/*
 * jquery.popeye.css 2.0
 *
 * Mandatory CSS classes for jQuery.popeye
 *
 * Copyright (C) 2010 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.
 *
 */
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/* End Mandatory */

.ppy-extcaption {
    width:          200px;
    display:        block;
}
.ppy-imglist li {
    width:          200px;
    height:         150px;
}

/* popeye example 1 */
.ppy-active {
    width:          200px;
    float:          left;
    margin:         0 10px 10px 10px;
}

.ppy-outer {
    padding:        2px;
    margin:         0 4px 0 4px;
    border:         1px solid #F9A02C;
    background:     #FEF4E8;
}

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

.ppy-outer:hover,
.ppy-expanded .ppy-outer {
    border:         1px solid #F9A02C;
}

.ppy-caption {
    margin:         2px 0 0 0;
    padding:        4px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #809f21;
    background:     #FEF4E8;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

.ppy-caption a {
    color:          #66bde9;
}
.ppy-caption a:hover {
    text-decoration:underline;
}

.ppy-counter {
    border-bottom:  1px solid #d5e68e;
    color:          #b8cf5a;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

.ppy-stagewrap {
    background:     #D32D2F;
}

.ppy-loading {
    background:    #D32D2F url(/img/popeye/loading1.gif) no-repeat center !important;
}

.ppy-nav {
    background:     transparent;
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
}

.ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    background-color:#D32D2F;
}

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

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

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

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

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

