/*
 * 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;
}
.ppy-extcaption {
    width:          240px;
    display:        block;
}
.ppy-imglist li {
    width:          240px;
    height:         270px;
}




/* popeye example 1 */
.ppy-active {
    width:          244px;
}

.ppy-outer {
    border:2px solid #fff;    
        border-radius:3px
    background:#fff;
        box-shadow: 0px 0px 3px rgb(194,194,194);
        background-clip: padding-box;
        behavior: url(custom/js/PIE.htc);
}

.ppy-stage {
    width:          240px;
    height:         173px;
        border-radius:3px;
        background-clip: padding-box;
        behavior: url(custom/js/PIE.htc);
    cursor:         pointer;
}

.ppy-outer:hover,
.ppy-expanded .ppy-outer {
        box-shadow: 0px 0px 3px rgb(51,51,51);
        background-clip: padding-box;
        behavior: url(custom/js/PIE.htc);
}

.ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      12px;
    line-height:    normal;
    color:          #545454;
    background:     #fff;   
    border:2px solid #fff;
    visibility:         hidden; /* prevent flash of content before popeye loads */
   
        border-radius:3px;
        
        box-shadow: 0px 0px 3px rgb(51,51,51);
        background-clip: padding-box;

        behavior: url(custom/js/PIE.htc);
}

.ppy-caption a {
    color:          #343434;
    text-decoration:underline;
        transition: all 0.2s linear 0s;
}
.ppy-caption a:hover {
    color:#000;
    text-decoration:none; 
        text-shadow: 0px 0px 1px #555;
}

.ppy-counter {
    background:     #000;
    color:          #fff;
    padding:        0 10px;
    font-size:      12px;
    height:20px;
    line-height:22px;
    position:       absolute;
    bottom:         0;
    left:           0;
    opacity:        0.8;
    border-radius:  0 0 0 3px;  
}

.ppy-stagewrap { 
    background:     #efefef; 
        border-radius:3px;
        background-clip: padding-box;
        behavior: url(custom/js/PIE.htc);
}

.ppy-loading {
    background:     #efefef url(gfx/popeye/loading1.gif) no-repeat center !important;
}

.ppy-nav {
    background:     #000;
    height:         32px;
    padding:        5px 10px;
    position:       absolute;
    top:            0;
    left:           0;
   border-radius:          3px 0 0 0;  
}

.ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          3px;
    -moz-border-radius:     3px;
    -khtml-border-radius:   3px;
    -webkit-border-radius:  3px; 
}

.ppy-prev {
    width:          22px;
    background:     url(gfx/popeye/prev3.png) no-repeat center;
}

.ppy-next {
    width:          22px;
    background:     url(gfx/popeye/next3.png) no-repeat center;
}

.contentimages.leftfloat .ppy-switch-enlarge {
    width:          30px;
    background:     url(gfx/popeye/enlarge3.png) no-repeat center;
}
.contentimages.rightfloat .ppy-switch-enlarge {
    width:          30px;
    background:     url(gfx/popeye/enlarge4.png) no-repeat center;
}

.contentimages.leftfloat .ppy-switch-compact {
    width:          30px;
    background:     url(gfx/popeye/compact3.png) no-repeat center;
}
.contentimages.rightfloat .ppy-switch-compact {
    width:          30px;
    background:     url(gfx/popeye/compact4.png) no-repeat center;
}

.ppy-nav a:hover {
    background-color:   #ffd600!important;
    cursor:         pointer;
}

