/*
 * 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.
 *
 */
#popeye1.ppy-js {
    float:          left;
    margin:         0 30px 10px 0;
}
#popeye1-no-js {
    margin:         0px 30px 10px 0px;
    height:         313px;
    width:          457px;
    float:          left;
    background:     #FFFFFF;
    text-align:     center;
    line-height:    202px;
}

.ppy {
    font-size:      0.8em;
}
.ppy-stagewrap {
    border:         none;
    border-right:   none;
    border-bottom:  none;
	 position: relative;
	 z-index:2;
}
.ppy-stage {
	position:       relative;
	border:         none;
	z-index:			 2;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      
    position:       absolute;
    padding:        10px;
    top:            0px;
    background:     #000;
    z-index:        100;
    display:        inline;
}
.ppy-tools.ppy-left {
    left:           0px;
}
.ppy-tools.ppy-right {
    right:           0px;
}
.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 {
	display: none;
}
.ppy-enlarge {
    width:          15px !important;
    margin:         -10px 10px;
	 padding:		  190px;
	 padding-bottom: 295px;
}
.ppy-compact {
    width:          505px !important;
	 padding:        168px;
	 padding-bottom: 555px;
    margin:         -10px 10px;
}
.ppy-next {
	display: none;
}
.ppy-tools div:hover {
    background-position: center -35px;
}
.ppy-cap {
    background:     #ffffff;
    color:          #666;
    line-height:    1.2em;
    border:         1px solid #ddd;
    border-top:     0px;
    font-size:      0.9em;
    position:       relative;
    overflow:       hidden;
}
.ppy-textwrap {
    padding:        10px;
}
.ppy-loading {
    background:     #ffffff url(../images/popeye/loading.gif) no-repeat center !important;
}

