/*
 * 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.
 *
 */

.ppy {
	color:#fff;
    font-size:      0.8em;
}

.ppy-js {/* important for IE */
    float:          left;
    margin:         0 30px 10px 0;
}

.ppy-stagewrap {
    background-color:#000;
    border:         1px solid #000;
/*    border-right:   1px solid #aaa;
    border-bottom:  1px solid #aaa; */
}
.ppy-stage {
/*    position:       relative;*/
	margin: 0 auto;
    border:         none; /*10px solid #eee;*/
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        10px;
    top:            0px;
    background:     #000;
    z-index:        100;
    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:          25px;
    height:         0px !important;
    padding-top:    35px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat center top;
    cursor:         pointer;
}
.ppy-prev {
    background-image:url(../gfx/prev.png) !important;
}
.ppy-enlarge {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(../gfx/enlarge.png) !important;
}
.ppy-compact {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(../gfx/compact.png) !important;
}
.ppy-next {
    background-image:url(../gfx/next.png) !important;
}
.ppy-tools div:hover {
    background-position: center -35px;
}
.ppy-cap {
    background:     #f6f9e0;
    color:          #666;
    line-height:    1.2em;
    border:         1px solid #ddd;
    border-top:     0px;
    font-size:      0.9em;
    position:       relative;
    overflow:       hidden;
	font:italic 0.8em georgia,serif;
	color:#887;
	white-space:nowrap;
}

.ppy-cap a {
color:#348;
}
.ppy-cap a:hover{color:#67a;} 

.ppy-textwrap {
    padding:        10px;
}

.ppy-loading {
    background:     #000 url(../gfx/loading.gif) no-repeat center !important;
}
