/*
 * jquery.popeye.css 2.1
 *
 * Mandatory CSS classes 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.
 *
 */
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

/* ab hier styles aus jquery.popeye.style.css */
/* 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;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}

/* popeye example 1 */
#ppy1.ppy-active {
    width:          382px;
    float:          left;
}

#ppy1 .ppy-outer {
	margin:			5px 10px 5px 20px;
	padding:        0;
}

#ppy1 .ppy-stage {
    width:          350px;
    height:         272px;
    border:         1px solid #ddd;	
    cursor:         pointer;
}
#ppy1 .ppy-caption {
    margin: 0;
	padding: 0;
	text-align: center;
    height: 63px;
    overflow: visible;
}
#ppy1 .ppy-text {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #777;
}
#ppy1.ppy-expanded .ppy-outer {
	border: 1px solid #888;
    box-shadow:         0 0 8px #ddd;
    -moz-box-shadow:    0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
	background: #888;
}
#ppy1.ppy-expanded .ppy-stage {
	border: 0;
}
#ppy1.ppy-expanded .ppy-caption {
    margin: 0;
	padding: 0;
	text-align: center;
    overflow: visible;
}
#ppy1.ppy-expanded .ppy-text {
	margin: 3px;
	padding: 0;
	line-height: 1.4em;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
}
#ppy1 .ppy-loading {
    background:     #0c3b3d url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}
#ppy1 .ppy-nav {
	width:          30px;
    height:         22px;
    padding:        3px;
    position:       absolute;
    top:            0;
    left:           0;
    border-radius:          0 0 5px 0;
    -moz-border-radius:     0 0 5px 0;
    -webkit-border-radius:  0 0 5px 0;
}
#ppy1 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    padding:        0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}
#ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../css/images/ppy_enlarge3.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(../css/images/ppy_compact3.png) no-repeat center;
}

.ppy-hidden {
    display:                none !important;
}