/*
 * 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 0px 10px 0px;
    height:         202px;
    width:          180px;
    float:          left;
    background:     #eee;
    text-align:     center;
    line-height:    202px;
}
.ppy {

}
.ppy-stagewrap {
    background-color:#fff;
    border:         1px solid #e5e5e5;
}
.ppy-stage {
    position:       relative;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        0px;
    top:            0px;
	right:			0;
    background:     #000;
    z-index:        100;
    display:        inline;
}

.ppy-tools div {
    width:          25px;
    height:         0px !important;
    padding-top:    25px;
    overflow:       hidden;
    float:          left;
/*    background:     transparent no-repeat center top;*/
    cursor:         pointer;
}
.ppy-prev {
    background-image:url(../gallery/gfx/prev.png) !important;
	background-position: 0 -5px;
}
.ppy-enlarge {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(../gallery/gfx/enlarge.png) !important;
	background-position: 0 -5px;
}
.ppy-compact {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(../gallery/gfx/compact.png) !important;
	background-position: 0 -5px;
}
.ppy-next {
    background-image:url(../gallery/gfx/next.png) !important;
	background-position: 0 -5px;
}
.ppy-tools div:hover {
    background-position: center -40px;
}
.ppy-cap {
    background:     #eee;
    color:          #666;
    line-height:    1.2em;
    border-top:     0px;
    position:       relative;
    overflow:       hidden;
}
.ppy-textwrap {
    padding:        10px;
}
#popeye1 .ppy-count {
    position:       absolute;
    padding:        3px 7px 0 5px;
    bottom:         0px;
    right:          0px;
    font-style:     italic;
    background:     #000;
    color:          #f7f7f7;
    opacity:        0.7;
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* IE7 lte */
    z-index:        100;
    text-align:     right;
    display:        inline;

}

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

