/*
 * 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 {
display: block;
width: 100%;
overflow: hidden;
}
.ppy-imglist li {
display: block;
list-style: none;
float: left;
margin: 0 10px 10px 0;
padding: 10px;
border: 1px solid #f0f0f0;
background: #fff;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.ppy-imglist li a img {
display: block;
border: 0;
}
.ppy-extcaption {
display: block;
width: 240px;
}
.ppy-imglist li {
width: 240px;
height: 270px;
}
/* popeye style */

.ppy-left {
float: left;
margin: 0 20px 10px 0;
}
.ppy-right {
float: right;
margin: 0 0 10px 20px;
}
.ppy-active {
}
.ppy-outer {
background: #000;
}
.ppy-stage {
}
.ppy-outer:hover,
.ppy-expanded .ppy-outer {
}
.ppy-caption {
margin: 5px 0 0 0;
padding: 10px;
font-size: 0.9em;
line-height: 1.3em;
color: #333;
background: #ccc;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 0 7px #ccc;
-moz-box-shadow: 0 0 7px #ccc;
-webkit-box-shadow: 0 0 7px #ccc;
visibility: hidden; /* prevent flash of content before popeye loads */
}
.ppy-caption a {
color: #66bde9;
}
.ppy-caption a:hover {
text-decoration: underline;
}
.ppy-counter {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 0.9em;
}
.ppy-stagewrap {
background: #000;
}
.ppy-loading {
background: #000 url(loading.gif) no-repeat center !important;
}
.ppy-nav {
position: absolute;
top: 0;
left: 0;
height: 32px;
padding: 5px;
background: #000;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
}
.ppy-nav a {
display: block;
float: left;
height: 22px;
overflow: hidden;
padding: 5px;
text-indent: -900em;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.ppy-prev {
width: 22px;
background: url(prev.png) no-repeat center;
}
.ppy-next {
width: 22px;
background: url(next.png) no-repeat center;
}
.ppy-switch-enlarge {
width: 30px;
background: url(enlarge.png) no-repeat center;
}
.ppy-switch-compact {
width: 30px;
background: url(compact.png) no-repeat center;
}
.ppy-nav a:hover {
background-color: transparent;
cursor: pointer;
}
