/*
 * jquery.popeye.style.css 2.0
 *
 * Example styles 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.
 *
 */

/* fallback styles for image list */

.ppy{
    z-index:1001;
}
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
        z-index:1001;
}
.ppy-imglist li {                 
    padding:        2px;
    border:         1px solid #DDD9D6;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          303px;
    height:         202px;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}




/* popeye example 1 */
#ppy1.ppy-active {
    width:          303px;
    float:          left;
    margin:         0;
        z-index:1001;
}

#ppy1 .ppy-outer {
    padding:        2px;
    border:         1px solid #DDD9D6;
    background:     #fff;
        z-index:1001;
}

#ppy1 .ppy-stage {
    width:          303px;
    height:         202px;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #467326;
}

#ppy1 .ppy-caption {
    margin:         0;
    padding:        10px;
    z-index:1000;

    color:          #fff;
    background:     #467326;

    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a {
    color:          #fff;
}
#ppy1 .ppy-caption a:hover {
    text-decoration:underline;
}

#ppy1 .ppy-counter {
    border-bottom:  1px solid #d5e68e;
    color:          #b8cf5a;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
    z-index:1001;
    position:relative;
}
#ppy-captionwrap{
    position:absolute;
    z-index:1004;
}
#ppy1 .ppy-stagewrap {
    background:     #fff;
}

#ppy1 .ppy-loading {
    background:     #0c3b3d url(/themes/redensign/images/popeye/loading1.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
    background:     #EB181F;

    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  

}

#ppy1 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;

}

#ppy1 .ppy-prev {
    width:          22px;
    background:     url(/themes/redensign/images/popeye/prev3.png) no-repeat center;
}

#ppy1 .ppy-next {
    width:          22px;
    background:     url(/themes/redensign/images/popeye/next3.png) no-repeat center;
}

#ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(/themes/redensign/images/popeye/enlarge3.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(/themes/redensign/images/popeye/compact3.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
    background-color:   #a1c436;
    cursor:         pointer;
}


