/*
 * 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.
 *
 */

.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;
}

.ppy-hidden {
    display:                none !important;
}

/* 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:         0px;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ytimesZoomImage .ppy-extcaption {
    width:          300px;
    display:        block;
}
#ytimesZoomImage .ppy-imglist li {
    width:          300px;
    height:         300px;
}

/* popeye example 1 */
#ytimesZoomImage.ppy-active {
    width:          300px;
    float:          left;
    margin:         0px;
}

#ytimesZoomImage .ppy-outer {
    padding:        0px;
    background:     white;
}

#ytimesZoomImage .ppy-stage {
    width:          300px;
    height:         195px;  /* need to set to dinamically change with the item height!!! */
background-color: white;
}

#ytimesZoomImage .ppy-outer:hover,
#ytimesZoomImage.ppy-expanded .ppy-outer {
    border:         5px solid #006500;
}

#ytimesZoomImage .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #809f21;
    background:     #eeffa8;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ytimesZoomImage .ppy-caption a {
    color:          #66bde9;
}
#ytimesZoomImage .ppy-caption a:hover {
    text-decoration:underline;
}

#ytimesZoomImage .ppy-counter {
    border-bottom:  1px solid #d5e68e;
    color:          #b8cf5a;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
display: none;
}

#ytimesZoomImage .ppy-stagewrap {
    background:     #0c3b3d;
}

#ytimesZoomImage .ppy-loading {
    background:     #0c3b3d url(loading1.gif) no-repeat center !important;
}

#ytimesZoomImage .ppy-nav {
    background:     #006500;
    xbackground:     -moz-linear-gradient(
        center bottom,
        rgb(0,160,0) 0%,
        rgb(0,100,0) 100%
    );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
}

#ytimesZoomImage .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
}

#ytimesZoomImage .ppy-prev {
    width:          22px;
    background:     url(prev3.png) no-repeat center;
}

#ytimesZoomImage .ppy-next {
    width:          22px;
    background:     url(next3.png) no-repeat center;
}

#ytimesZoomImage .ppy-switch-enlarge {
    width:          30px;
    background:     url(enlarge3.png) no-repeat center;
}

#ytimesZoomImage .ppy-switch-compact {
    width:          30px;
    background:     url(compact3.png) no-repeat center;
}

#ytimesZoomImage .ppy-nav a:hover {
    background-color:   #00c000;
    cursor:         pointer;
}