/*
 * 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 span {
    display:        block;
    border:         1px solid #ff0000;
}

.ppy-imglist li a img {
    display:        block;
    border:         0;
}


/* popeye example 3 */
#ppy.ppy-active {
    width:          625px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy .ppy-outer {
}

#ppy .ppy-stage {
    width:          625px;
	min-height:		500px;
    overflow:       hidden;
	border:dotted 1px #535353;
}

#ppy .ppy-stagewrap {

}

.ppy-caption {
    margin:         10px 0 0 0;
    padding:        5px 0;
    font-size:      11px;
    line-height:    1.3em;
    color:          #CCC;
    height:         auto;
    overflow:       auto;
    border-bottom:  1px solid #333;
    z-index:10000;
    display:block;
}

#ppy.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

#ppy .ppy-counter {
    background:     #333;
    color:          #fff;
    padding:        0 5px;
    font-size:      0.8em;
    opacity:        0.7;
}

#ppy .ppy-loading {
    background:     #333 url(../images/tools/loading3.gif) no-repeat center !important;
}

#ppy .ppy-nav {
width: 585px;
text-align: center;
padding: 20px;
margin-top: 230px;
}
#ppy .nav-wrap {
    width:          625px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#ppy .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

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

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

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

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

#ppy .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
}