/*
 * 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:         202px;
    width:          262px;
    float:          left;
    background:     #000;
    text-align:     center;
    line-height:    202px;
}
#popeye2.ppy-js {
    float:          right;
    margin:         -14px -24px 20px 30px;}
 
   
.ppy {
    font-size:      0.8em;
}
.ppy-stagewrap {
    background-color:#c7d0d5;
    border:         2px solid #fff;
    border-top-color: #c7d0d5!important;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:  5px;
}
.ppy-stage {
    position:       relative;
    border:         10px solid #c7d0d5;
    min-height: 150px; 
    min-width: 150px; 
}

   	
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        10px;
    top:            0px;
    background:     #c7d0d5;
    z-index:        100;
    display:        inline;
}

*html .ppy-tools {
    width:110px;
}
.ppy-tools.ppy-left {
    left:           0px;
    -moz-border-radius: 0 0 2px 0;
    -khtml-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius:  0 0 2px 0;
}
.ppy-tools.ppy-right {
    right:           0;
    -moz-border-radius: 0 0 0 2px;
    -khtml-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    border-radius:  0 0 0 2px;
}
.ppy-tools div {
    width:          20px;
    height:         0px !important;
    padding-top:    35px; 
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat left top;
    cursor:         pointer;
}


.ppy-prev {
    background-image:url(/default/images/jquery.popeyes.gfx.1.0/prev.png) !important;
}
.ppy-enlarge {
    width:          35px !important;
    margin:         0 3px;
    background-image:url(/default/images/jquery.popeyes.gfx.1.0/enlarge.png) !important;
}
.ppy-compact {
    width:          35px !important;
    margin:         0 3px;
    background-image:url(/default/images/jquery.popeyes.gfx.1.0/compact.png) !important;
}
.ppy-next {
    background-image:url(/default/images/jquery.popeyes.gfx.1.0/next.png) !important;
}
.ppy-tools div:hover {
    background-position: left -35px;
}

.ppy-cap {
    background:     #c7d0d5;
    color:          #2b5080;
    line-height:    1em;
    border:         2px solid #fff;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius:  0 0 5px 5px;
    border-top:     0px;
    font-size:      11px;
    position:       relative;
    overflow:       hidden;
    text-align:     center;
    margin-top: -5px;
}

.ppy-textwrap {
    padding:        10px;
}


.popeye3 .ppy-count,
#popeye2 .ppy-count {
    position:       absolute;
    padding:        2px 3px 1px 5px;
    bottom:         10px;
    right:          0;
    font-style:     italic;
    font-size:      0.8em;
    background:     #c7d0d5;
    color:          #000;
    opacity:        0.5;
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE7 lte */
    z-index:        100;
    text-align:     right;
    display:        inline; 
    -moz-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius:  5px 0 0 5px;
}


.ppy-loading {
    background:     #c7d0d5 url(/default/images/jquery.popeyes.gfx.1.0/loading.gif) no-repeat center !important;
}
