
/* @override http://new.iamdavedawson.com/styles/jquery.popeye.style/ */

/* @override http://new.iamdavedawson.com/styles/jquery.popeye.style/ */

/* @override http://new.iamdavedawson.com/styles/jquery.popeye.style/ */

/*
 * 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;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}




/* popeye example 1 */
#ppy1.ppy-active {
    width: 120px; 
}

.image-open { box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);  }

.ppy-stage { border: 1px solid #ddd; 
}
.ppy-stage.opened-image {   }
#ppy1 .ppy-stage {
    width:          140px;
    height:         173px;

}

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

#ppy1 .ppy-caption a {
    color:          #66bde9;
}
#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;
}



.ppy-loading {
    background:     #0c3b3d url(/images/thumbpop/loading1.gif) no-repeat center !important;
}

.ppy-nav { background: rgba(0,0,0,0.1); width: 100%; height: 40px;  position: absolute;top: 0;left: 0; }

.ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left; padding: 5px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin: 3px;
}

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

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

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

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

.ppy-nav a:hover {
    background-color:   rgba(0,0,0,0.5);
    cursor:         pointer;
}

