/*
 * jquery.popeye.style.css 1.0
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2009 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.
 *
 */

#popeye2.ppy-js {
    /*float:          right;*/
    margin:         10px;
	
}
.ppy {
    font-size:      1.2em;
}
.ppy-stagewrap {
    background-color:#eee;
    border:         1px solid #ccc;
    border-right:   1px solid #aaa;
    border-bottom:  1px solid #aaa;
    
}
.ppy-stage {
    /*position:       relative;*/
    border:         10px solid #eee;
}

.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        10px;
    top:            0px;
    background:     #000;
    z-index:        0;
    display:        inline;
    
}
.ppy-tools.ppy-left {
    left:           0px;
    -moz-border-radius: 0 0 6px 0;
    -khtml-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius:  0 0 6px 0;
}
.ppy-tools.ppy-right {
    right:           0px;
    -moz-border-radius: 0 0 0 6px;
    -khtml-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius:  0 0 0 6px;
}
.ppy-tools div {
    width:          15px;
    height:         0px !important;
    padding-top:    22px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat center top;
    cursor:         pointer;
}
.ppy-prev {
    
    background-image:url(../Images/lightbox_prev.png) !important;
}
.ppy-enlarge {
    width:          29px !important;
    margin:         0 10px;
    background-image:url(../Images/lightbox_enlarge.png) !important;
}
.ppy-compact {
    width:          29px !important;
    margin:         0 10px;
    background-image:url(../Images/lightbox_compact.png) !important;
}
.ppy-next {
    
    background-image:url(../Images/lightbox_next.png) !important;
}
.ppy-tools div:hover {
    background-position: center -21px;
    
}
.ppy-cap {
    background:     #ffec92;
    color:          #333;
    line-height:    1.1em;
    border:         1px solid #ddd;
    border-top:     0px;
    font-size:      .9em;
    position:       relative;
    overflow:       hidden;
}
.ppy-textwrap {
    padding:        10px;
}

#popeye2 .ppy-count {
    display:        inline;
    padding:        0 5px 0 0;
    font-style:     italic;
    display:none;
}
.ppy-loading {
    background:     #333 url(../Images/lightbox_loading.gif) no-repeat center !important;
}

