/*
 * jquery.popeye.style.css 2.1
 *
 * 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 {
    padding:        10px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
.ppy-extcaption {
    width:          397px;
    display:        block;
}
.ppy-imglist li {
    width:          397px;
    height:         270px;
}
/* popeye */
.ppy-active {
    width:          397px;
    float:          left;
}
.ppy-outer {}
.ppy-stage {
    width:          397px;
    height:         185px;
    cursor:         pointer;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.ppy-outer:hover,
.ppy-expanded .ppy-outer {
	box-shadow:0 0 3px #888;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #809f21;
    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 {
    background:#dcdcdc;
    border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
    bottom: 0;
    color: #3478C8;
    font-size: 0.9em;
    margin: 0;
    padding: 0 3px 2px 2px;
    position: absolute;
    right: 0;
}
.ppy-stagewrap {}
.ppy-loading {
    background:url(popeye/loading1.gif) no-repeat center !important;
}
.ppy-nav {
	background: rgb(41,120,171);
	background: -moz-linear-gradient(left,  rgba(41,120,171,1) 0%, rgba(40,115,164,1) 48%, rgba(34,82,120,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,120,171,1)), color-stop(48%,rgba(40,115,164,1)), color-stop(100%,rgba(34,82,120,1)));
	background: -webkit-linear-gradient(left,  rgba(41,120,171,1) 0%,rgba(40,115,164,1) 48%,rgba(34,82,120,1) 100%);
	background: -o-linear-gradient(left,  rgba(41,120,171,1) 0%,rgba(40,115,164,1) 48%,rgba(34,82,120,1) 100%);
	background: -ms-linear-gradient(left,  rgba(41,120,171,1) 0%,rgba(40,115,164,1) 48%,rgba(34,82,120,1) 100%);
	background: linear-gradient(to right,  rgba(41,120,171,1) 0%,rgba(40,115,164,1) 48%,rgba(34,82,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2978ab', endColorstr='#225278',GradientType=1 );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          10px 0 5px 5px;
    -moz-border-radius:     10px 0 5px 5px;
    -webkit-border-radius:  10px 0 5px 5px;   
}
.ppy-nav a {
	position:static;
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}
.ppy-prev {
    width:          22px;
    background:     url(popeye/prev3.png) no-repeat center;
}
.ppy-next {
    width:          22px;
    background:     url(popeye/next3.png) no-repeat center;
}
.ppy-switch-enlarge {
    width:          30px;
    background:     url(popeye/enlarge3.png) no-repeat center;
}
.ppy-switch-compact {
    width:          30px;
    background:     url(popeye/compact3.png) no-repeat center;
}
.ppy-nav a:hover {
    background-color:  #4DB5FF;
    cursor:         pointer;
}