/*
 * 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-imglist {

}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #adc2ab;
    background:     #fff;
    list-style:     none;
    float:          right;
    display:        block;
    margin-bottom:  5px;
}
.ppy-imglist li a img {
    display:        block;
    border: 1px solid #adc2ab;
    margin: 0 auto;
}
.ppy-imglist li a img:hover {
    display:        block;
    border: 1px solid #aa0000;
}
#ppy1 .ppy-extcaption {
    width:          180px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          180px;
	font-size:		100%;
}


/* popeye example 1 */
#ppy1.ppy-active {
    width:          232px;
    float:          right;
}

#ppy1 .ppy-outer {
    padding:        2px;
    border:         1px solid #adc2ab;
    background:     #c8e9c5;
}

#ppy1 .ppy-stage {
    width:          225px;
    height:         258px;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #adc2ab;
}

#ppy1 .ppy-caption {
    margin:         0;
    padding:        10px;
    border-top:     0px;
    border-left:    1px solid #adc2ab;
    border-bottom:  1px solid #adc2ab;
    border-right:   1px solid #adc2ab;
    font-size:      100%;
    line-height:    1.3em;
  /*  color:          #223;*/
    background:     #e0fadd;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a {
    color:          #aa0000;
}
#ppy1 .ppy-caption a:hover {
    text-decoration:underline;
    color:          #ff0000;
}

#ppy1 .ppy-counter {
    border-bottom:  1px solid #adc2ab;
  /*  color:          #445;*/
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      100%;
}

#ppy1 .ppy-stagewrap {
    background:     #eaf8e7;
}

#ppy1 .ppy-loading {
    background:     /*#eef*/ url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
    /*background:     /*#eef*/
    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(../../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/enlarge4.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
    cursor:         pointer;
}


/* popeye example 2 */
#ppy2.ppy-active {
    width:          232px;
    float:          right;
}

#ppy2 .ppy-outer {
    padding:        2px;
    border:         1px solid #adc2ab;
    background:     #c8e9c5;
}

#ppy2 .ppy-stage {
    width:          225px;
    height:         258px;
}

#ppy2 .ppy-outer:hover,
#ppy2.ppy-expanded .ppy-outer {
    border:         1px solid #adc2ab;
}

#ppy2 .ppy-caption {
    margin:         0;
    padding:        10px;
    border-top:     0px;
    border-left:    1px solid #adc2ab;
    border-bottom:  1px solid #adc2ab;
    border-right:   1px solid #adc2ab;
    font-size:      100%;
    line-height:    1.3em;
  /*  color:          #223;*/
    background:     #e0fadd;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy2 .ppy-caption a {
    color:          #aa0000;
}
#ppy2 .ppy-caption a:hover {
    text-decoration:underline;
    color:          #ff0000;
}

#ppy2 .ppy-counter {
    border-bottom:  1px solid #adc2ab;
  /*  color:          #445;*/
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      100%;
}

#ppy2 .ppy-stagewrap {
    background:     #eaf8e7;
}

#ppy2 .ppy-loading {
    background:     /*#eef*/ url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy2 .ppy-nav {
    /*background:     /*#eef*/
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;    
}

#ppy2 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
}

#ppy2 .ppy-prev {
    width:          22px;
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#ppy2 .ppy-next {
    width:          22px;
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#ppy2 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../../gfx/popeye/enlarge4.png) no-repeat center;
}

#ppy2 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

#ppy2 .ppy-nav a:hover {
    cursor:         pointer;
}


/* popeye example 3 */
#ppy3.ppy-active {
    width:          232px;
    float:          right;
}

#ppy3 .ppy-outer {
    padding:        2px;
    border:         1px solid #adc2ab;
    background:     #c8e9c5;
}

#ppy3 .ppy-stage {
    width:          225px;
    height:         258px;
}

#ppy3 .ppy-outer:hover,
#ppy3.ppy-expanded .ppy-outer {
    border:         1px solid #adc2ab;
}

#ppy3 .ppy-caption {
    margin:         0;
    padding:        10px;
    border-top:     0px;
    border-left:    1px solid #adc2ab;
    border-bottom:  1px solid #adc2ab;
    border-right:   1px solid #adc2ab;
    font-size:      100%;
    line-height:    1.3em;
  /*  color:          #223;*/
    background:     #e0fadd;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy3 .ppy-caption a {
    color:          #aa0000;
}
#ppy3 .ppy-caption a:hover {
    text-decoration:underline;
    color:          #ff0000;
}

#ppy3 .ppy-counter {
    border-bottom:  1px solid #adc2ab;
  /*  color:          #445;*/
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      100%;
}

#ppy3 .ppy-stagewrap {
    background:     #eaf8e7;
}

#ppy3 .ppy-loading {
    background:     /*#eef*/ url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy3 .ppy-nav {
    /*background:     /*#eef*/
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;    
}

#ppy3 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
}

#ppy3 .ppy-prev {
    width:          22px;
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#ppy3 .ppy-next {
    width:          22px;
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#ppy3 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../../gfx/popeye/enlarge4.png) no-repeat center;
}

#ppy3 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

#ppy3 .ppy-nav a:hover {
    cursor:         pointer;
}


/* popeye example 4 */
#ppy4.ppy-active {
    width:          232px;
    float:          right;
}

#ppy4 .ppy-outer {
    padding:        2px;
    border:         1px solid #adc2ab;
    background:     #c8e9c5;
}

#ppy4 .ppy-stage {
    width:          225px;
    height:         258px;
}

#ppy4 .ppy-outer:hover,
#ppy4.ppy-expanded .ppy-outer {
    border:         1px solid #adc2ab;
}

#ppy4 .ppy-caption {
    margin:         0;
    padding:        10px;
    border-top:     0px;
    border-left:    1px solid #adc2ab;
    border-bottom:  1px solid #adc2ab;
    border-right:   1px solid #adc2ab;
    font-size:      100%;
    line-height:    1.3em;
  /*  color:          #223;*/
    background:     #e0fadd;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy4 .ppy-caption a {
    color:          #aa0000;
}
#ppy4 .ppy-caption a:hover {
    text-decoration:underline;
    color:          #ff0000;
}

#ppy4 .ppy-counter {
    border-bottom:  1px solid #adc2ab;
  /*  color:          #445;*/
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      100%;
}

#ppy4 .ppy-stagewrap {
    background:     #eaf8e7;
}

#ppy4 .ppy-loading {
    background:     /*#eef*/ url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy4 .ppy-nav {
    /*background:     /*#eef*/
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;    
}

#ppy4 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
}

#ppy4 .ppy-prev {
    width:          22px;
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#ppy4 .ppy-next {
    width:          22px;
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#ppy4 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../../gfx/popeye/enlarge4.png) no-repeat center;
}

#ppy4 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

#ppy4 .ppy-nav a:hover {
    cursor:         pointer;
}


/* popeye example 5 */
#ppy5.ppy-active {
    width:          232px;
    float:          right;
}

#ppy5 .ppy-outer {
    padding:        2px;
    border:         1px solid #adc2ab;
    background:     #c8e9c5;
}

#ppy5 .ppy-stage {
    width:          225px;
    height:         258px;
}

#ppy5 .ppy-outer:hover,
#ppy5.ppy-expanded .ppy-outer {
    border:         1px solid #adc2ab;
}

#ppy5 .ppy-caption {
    margin:         0;
    padding:        10px;
    border-top:     0px;
    border-left:    1px solid #adc2ab;
    border-bottom:  1px solid #adc2ab;
    border-right:   1px solid #adc2ab;
    font-size:      100%;
    line-height:    1.3em;
  /*  color:          #223;*/
    background:     #e0fadd;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy5 .ppy-caption a {
    color:          #aa0000;
}
#ppy5 .ppy-caption a:hover {
    text-decoration:underline;
    color:          #ff0000;
}

#ppy5 .ppy-counter {
    border-bottom:  1px solid #adc2ab;
  /*  color:          #445;*/
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      100%;
}

#ppy5 .ppy-stagewrap {
    background:     #eaf8e7;
}

#ppy5 .ppy-loading {
    background:     /*#eef*/ url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy5 .ppy-nav {
    /*background:     /*#eef*/
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;    
}

#ppy5 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
}

#ppy5 .ppy-prev {
    width:          22px;
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#ppy5 .ppy-next {
    width:          22px;
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#ppy5 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../../gfx/popeye/enlarge4.png) no-repeat center;
}

#ppy5 .ppy-switch-compact {
    width:          30px;
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

#ppy5 .ppy-nav a:hover {
    cursor:         pointer;
}
