/*
 * jquery.popeye.style.css 2.1
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2011 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 {
    margin: 5px 0px;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}

.ppy-active {
    position: static !important;
}

.ppy-outer {
	width: 100%;
}

.ppy-stage {
    width:          109px;
    height:         auto;
    margin: 4px;
    cursor: pointer;
}

.ppy-stagewrap {
    width: 117px;
	border: 1px solid #b4b4b4;
	background-color: #ffffff;
	margin: 0px auto;
	display: block;
}

.ppy-expanded {
	position: absolute !important;
    padding: 0px !important;
    top: 40px;
    left: 0px;
}

.ppy-expanded .ppy-stage, .ppy-expanded .ppy-stagewrap {
	width: auto;
	height: auto;
	padding: 0px;
}

.ppy-caption {
    
}

.ppy-expanded .ppy-caption {
    position: abolsute;
    top: -40px;
    left: 0px;
    height: 40px;
    font-size: 18pt;
    background: #b3b3b3;
}

.ppy-counter {
    background:     #b3b3b3;
    color:          #fff;
    padding:        0 5px;
    font-size:      0.8em;
    position:       absolute;
    bottom:         0px;
    left:           0px;
    opacity:        0.7;
}

.ppy-loading {
    background:     #b3b3b3 url(../images/loading3.gif) no-repeat center !important;
}

.ppy-nav {
    background:     #b3b3b3;
    width:          100%;
    height:         32px;
    text-align:     center;
    bottom: 0px;
    right: 0px;
    position: absolute;
}
.nav-wrap {
    width:          auto;
    height:         32px;
    padding:        0 0 0 25px;
    margin:         0;
}
.ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px 3px;
}

.ppy-prev {
    width:          22px;
    background:     url(../images/prev3.png) no-repeat center center;
}

.ppy-next {
    width:          22px;
    background:     url(../images/next3.png) no-repeat center center;
}

.ppy-switch-enlarge {
    width:          30px;
    background:     url(../images/enlarge3.png) no-repeat center center;
}

.ppy-switch-compact {
    width:          30px;
    background:     url(../images/compact3.png) no-repeat center center;
}

.ppy-play {
    width:          22px;
    background:     url(../images/play3.png) no-repeat center center;
}

.ppy-pause {
    width:          22px;
    background:     url(../images/pause3.png) no-repeat center center;
}

.ppy-nav a:hover {
    background-color:   #b3b3b3;
    cursor:         pointer;
}