/*
 * 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;
    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;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}



/* popeye example 3 */
#ppy3.ppy-active {
    width:          433px;
    float:          left;
}

#ppy3 .ppy-stage {
    width:          453px;
    height:         298px;
    overflow:       hidden;
}

#ppy3 .ppy-caption {
    margin:         10px 0 0 0;
    padding:        0 5px 3px 0;
    font-size:      0.9em;
    line-height:    1.3em;
    height:         60px;
    overflow:       auto;
}

#ppy3.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
}

#ppy3 .ppy-counter {
    padding:        0 5px;
    font-size:      0.8em;
    position:       absolute;
}

#ppy3 .ppy-loading {
    background:     #333 url(../../images/popeye/loading3.gif) no-repeat center !important;
}

#ppy3 .ppy-nav {
    width:          433px;
    height:         264px;
    text-align:     center;
    top:            0;
    left:           0; 
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;   	
}

#ppy3 .nav-wrap {
    width:          433px;
    height:         33px;
	padding:		30% 0 0;
}

#ppy3 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         33px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 

}

#ppy3 .ppy-prev {
    width:          33px;
	height:			33px;
	float:left;
    background:url(../../images/popeye/PrevBtn.png) no-repeat center;
	margin-left:20px;
}

#ppy3 .ppy-next {
    width:          33px;
	height:			33px;
	float:right;
    background:url(../../images/popeye/NextBtn.png) no-repeat center;
}

#ppy3 .ppy-switch-enlarge {
    width:          33px;
    background:     url(../../gfx/popeye/enlarge3.png) no-repeat center;
}

#ppy3 .ppy-switch-compact {
    width:          33px;
    background:     url(../../gfx/popeye/compact3.png) no-repeat center;
}

.ppy-text{
	font-weight:bold;
	display:block;
	height:14px;
	padding:10px;
	width:auto;
}