/*
 * 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.
 *
 */
 
/*body {font-family: "Arial", sans-serif; font-size: 11px;}*/

/* 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.ppy-active {
    width:          240px;
    float:          left;
    margin:         0 20px 10px 0;}

#ppy3 .ppy-outer {}
#ppy3 .ppy-stage {
    width:          240px;
    height:         180px;
    overflow:       hidden;
    cursor:         pointer;}

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

#ppy3 .ppy-caption {
    margin:         10px 0 0 0;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #666;
    height:         60px;
    overflow:       auto;}

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

#ppy3 .ppy-counter {
    background:     #333;
    color:          #fff;
    padding:        0 5px;
    font-size:      0.8em;
    position:       absolute;
    bottom:         0;
    left:           0;
    opacity:        0.7;}

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

#ppy3 .ppy-nav {
    width:          100%;
    height:         100%;
    text-align:     center;}
#ppy3 .nav-wrap {
    width:          106px;
    height:         32px;
    position: absolute; right: 5px; bottom: 5px;
    margin:         0 auto 0 auto;}
#ppy3 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;}

#ppy3 .ppy-prev {
    width: 22px; margin-right: 5px;
    background: #000 url(/ml/s00_commun/images/popeye/prev3.png) no-repeat center;}
#ppy3 .ppy-next {
    width: 22px; margin-left: 5px;
    background: #000 url(/ml/s00_commun/images/popeye/next3.png) no-repeat center;}
#ppy3 .ppy-play {
    width: 22px;
    background: #000 url(/ml/s00_commun/images/popeye/play3.png) no-repeat center;}
#ppy3 .ppy-pause {
    width: 22px;
    background: #000 url(/ml/s00_commun/images/popeye/pause3.png) no-repeat center;}
#ppy3 .ppy-switch-enlarge {
    width: 30px;
    background: url(/ml/s00_commun/images/popeye/enlarge3.png) no-repeat center;}
#ppy3 .ppy-switch-compact {
    width: 30px;
    background: url(/ml/s00_commun/images/popeye/compact3.png) no-repeat center;}

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

