/*
 * 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;
    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:              130px;
	height:             91px;
	overflow:           hidden;
	display:        block;
}


/* popeye example 2 */
#ppy2.ppy-active {
    width:          225px;
	height:	120px;
    float:          right;
    margin:         0 0 15px 20px;
}

#ppy2 .ppy-outer {
    padding:        0 46px 0 0;
    
}
#ppy2 .ppy-stagewrap {
    padding:        3px;
	 background:     #990000;
    background:     rgba(153,0,0,0.8);
}

#ppy2 .ppy-stage {
    width:              160px;
    height:             112px;
    border:             2px solid #fff;
}

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

#ppy2 .ppy-loading {
    background-image:   url(../gfx/popeye/loading1.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

#ppy2 .ppy-nav {
    background:     #993333;
    border-left:    1px solid #990000;
    width:          35px;
    position:       absolute;
    top:            0;
    right:          10px;
}

#ppy2 .nav-wrap {
    padding:        5px 0;
}

#ppy2 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         21px;
    padding:        3px;
    width:          29px;
}

#ppy2 .ppy-prev {
    background:     url(../gfx/popeye/prev3.png) no-repeat center;
}

#ppy2 .ppy-next {
    background:     url(../gfx/popeye/next3.png) no-repeat center;
}

#ppy2 .ppy-switch-enlarge {
    background:     url(../gfx/popeye/enlarge4.png) no-repeat center;
}

#ppy2 .ppy-switch-compact {
    background:     url(../gfx/popeye/compact4.png) no-repeat center;
}

#ppy2 .ppy-nav a:hover {
    background-color:   #990000;
    cursor:         pointer;
    opacity:        0.7;
}
