/*
 * 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;
}
#ppy1 .ppy-extcaption {
    width:          360px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          360px;
    height:         400px;
}



/* popeye example 1 */
#ppy1.ppy-active {
    width:          360px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy1 .ppy-outer
{
    padding: 10px;
    border: 0px solid #17476F;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    background: #FFFFFF;
}

#ppy1 .ppy-stage
{
    width: 360px;
    height: 360px;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    cursor: pointer;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #;
    box-shadow:         0 0 7px #17476F;
    -moz-box-shadow:    0 0 7px #17476F;
    -webkit-box-shadow: 0 0 7px #17476F;
}

#ppy1 .ppy-caption
{
    margin: 5px 0 0 0;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #17476F;
    border: 1px solid;
    background: #f2f5f7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 7px #17476F;
    -moz-box-shadow: 0 0 7px #17476F;
    -webkit-box-shadow: 0 0 7px #17476F;
    visibility: hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a {

}
#ppy1 .ppy-caption a:hover {
    
}

#ppy1 .ppy-counter
{
    margin: 5 0 5px 115;
    font-size: 0.9em;
    padding: 6px;
    font-size: 0.9em;
    color: #FFFFFF;
    border: 0px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #17476F;
    background: -moz-linear-gradient(
        center bottom,
        rgb(12,59,61) 0%,
        rgb(58,131,133) 100%
    );
    height: 32px;
}

#ppy1 .ppy-stagewrap
{
    background: #FFFFFF;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}

#ppy1 .ppy-loading {
    background:     #0c3b3d url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy1 .ppy-nav
{
    background: #17476F;
    background: -moz-linear-gradient(
        center bottom,
        rgb(12,59,61) 0%,
        rgb(58,131,133) 100%
    );
    width: 104px;
    height: 32px;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#ppy1 .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; 
}

#ppy1 .ppy-prev {
    width:          22px;
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#ppy1 .ppy-next {
    width:          22px;
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../../gfx/popeye/enlarge3.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact3.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover 
{
    background-color:   #a1c436;
    cursor:         pointer;
}
