/*
 * 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 {
    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-imglist li,
 .ppy-imglist li a {
    width:              90px;
    height:             90px;
    overflow:           hidden;
    display:        block;
}





/* popeye example 2 */
.ppy-active {
    width:          1px;
    float:          right;
    margin:         0 0 10px 30px;
}

*+html .ppy-active {
   width:          1px;
    float:          right;
    margin:         0 0 10px 0px;
}

 .ppy-outer {
    padding:        0 46px 0 0;
	margin-bottom:6px;
    
}
 .ppy-stagewrap {
    padding:        7px;
    border-radius:          5px 0 5px 5px;
    -moz-border-radius:     5px 0 5px 5px;
    -webkit-border-radius:  5px 0 5px 5px;
    background:     #C2BEB4;
    background:     #A8A393;
}

 .ppy-stage {
    width:              90px;
    height:             90px;
    border:             2px solid #F0F0F0;
    border-radius:          3px;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
    background-color:       #777;
}

 .ppy-counter {
    background:         #fff;
    color:              #333;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              0;
    opacity:            0.7;
    border-radius:          5px 0 0 0;
    -moz-border-radius:     5px 0 0 0;
    -khtml-border-radius:   5px 0 0 0;
    -webkit-border-radius:  5px 0 0 0; 
}

 .ppy-loading {
    background-image:   url(../../gfx/popeye/loading2.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

 .ppy-nav {
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    background:     #76c6ee;
    background:     -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0, rgb(118,198,238)),
        color-stop(1, rgb(45,158,214))
    );
    background:     -moz-linear-gradient(
        left top,
        #C2BFB4 0%,
        #928C78 100%
    );
    border-left:    1px solid #89836D;
    width:          45px;
    position:       absolute;
    top:            1px;
    right:          0;
}

 .nav-wrap {
    padding:        5px 0;
}

 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    padding:        5px;
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    width:          30px;
}

 .ppy-prev {
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

 .ppy-next {
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

 .ppy-switch-enlarge {
    background:     url(../../gfx/popeye/enlarge4.png) no-repeat center;
}

 .ppy-switch-compact {
    background:     url(../../gfx/popeye/compact4.png) no-repeat center;
}

 .ppy-nav a:hover {
    background-color:  #C2BEB4;
    cursor:         pointer;
    opacity:        0.8;
}



