/*
 * 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-placeholder {
  margin-bottom: 60px !important;
}


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

.ppy-right {
    float:          right;
    margin:         0 0 10px 20px;
} 

.ppy-active {
}

.ppy-outer {
}

.ppy-stage {

}

.ppy-stagewrap {
}

span.arrow {
  font-size: 12px;
}




.ppy-caption {
  bottom: 80px;
    height: 100px;
  color: #000000;
  left: -200px;
  line-height: 1.3em;
  overflow: auto;
  position: absolute;
}


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

.ppy-text {
  line-height: 17px;
}


.ppy-counter {
  bottom: -40px;
  color: #000000;
  left: 95px;
  position: absolute;
}

.ppy-counter strong {
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
}

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

.ppy-nav {
    width:          100%;
    height:         100%;
    text-align:     center;
}
.nav-wrap {
  bottom: -40px;
  left: 0;
  position: absolute;
}
.ppy-nav a {
  color: #000000;
  cursor: pointer;
}

.ppy-nav a:hover {
  color: #CCCCCC;
}


.ppy-prev {
    width:          22px;
}

.ppy-next {
    width:          22px;
}

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

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

.ppy-nav a:hover {
    cursor:         pointer;
}