.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;
	z-index:100;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/*
 * jquery.popeye.style.css 2.1
 *
 * Example styles 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.
 *
 */

/* 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;
}



/* popeye example 3 */
#ppy3{
}

#ppy3 > p{
	color:#333;
}

#ppy3.ppy-active {
    width:          528px;
	height:334px;
    margin:         0px auto 20px auto;
}

#ppy3 .ppy-outer {
}

#ppy3 .ppy-stage {
    width:          528px;
    height:         334px;
    overflow:       hidden;
    /*cursor:         pointer;*/
	margin:0px auto;
}

#ppy3 .ppy-stagewrap {
    background:     ''/*#333*/;
}

#ppy3 .ppy-caption {
    margin:         10px 0 0 0;
    padding:        0 5px 3px 0;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #666;
    height:         60px;
    overflow:       auto;
    border-bottom:  1px solid #ddd;
}

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

#ppy3 .ppy-counter {
    background:     #1f1f1f;
    color:          #fff;
    position:       absolute;
    top:         0;
    left:           50%;
	width:60px;
	text-align:center;
	margin-left:-30px;
	font-size:11px;
	z-index:2;
}

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

#ppy3 .ppy-nav {
	width:100%;
	height:13px;
	text-align:center;
	position:relative;
	z-index:3;
}
#ppy3 .nav-wrap {
    height:         13px;
    margin:         0 auto 0 auto;
	text-align:center;
}
#ppy3 .ppy-nav a {
    overflow:       hidden;
    text-indent:    -900em;
	width:8px;
    height:         13px;
	position:absolute;
}

#ppy3 .ppy-prev {
    width:          13px;
    background:     url(../images/prev2.png) no-repeat center;
	left:50%;
	margin-left:-50px;
}

#ppy3 .ppy-next {
    width:          13px;
    background:     url(../images/next2.png) no-repeat center;
	right:50%;
	margin-right:-50px;

}

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

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

#ppy3 .ppy-play {
    width:          22px;
    background:     url(../images/play3.png) no-repeat center;
}

#ppy3 .ppy-pause {
    width:          22px;
    background:     url(../images/pause3.png) no-repeat center;
}

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

#bigpic{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
}