/*
 * 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.
 *
 */
 
 
/*.popeye3 .ppy-placeholder{
	border:1px solid red; display:block;
}*/
 
#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:     #eee;
    text-align:     center;
    line-height:    202px;
}
#popeye2.ppy-js {
    float:          right;
    margin:         20px 0 20px 30px;
}

*+html .popeye3 {margin-right:10px!important;}
*html .popeye3 {margin-right:-10px!important;}

.popeye3.ppy-js {
    float:          left;
    margin:         0 30px 10px 0;
}

#popeye1-no-js {
    margin:         0px 30px 10px 0px;
    height:         202px;
    width:          262px;
    float:          left;
    background:     #f4f4f4;
    text-align:     center;
    line-height:    202px;
}
.popeye3 .ppy-js {
    float:          right;
    margin:         20px 0 20px 30px;
}
.ppy {
    font-size:      0.8em;
}
.ppy-stagewrap {
    background-color:#fff;
    border:         1px solid #ce589f;
    border-right:   1px solid #ce589f;
    border-bottom:  1px solid #ce589f;
    -moz-border-radius: 5px;  
	 -khtml-border-radius: 5px;  
	 -webkit-border-radius: 5px;  
 	  border-radius: 5px;	
}
.ppy-stage {
    position:       relative;
    margin:1px;
    border:         10px solid #f4f4f4;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        2px;
    top:            0px;
    background:     #c12466;
    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:          20px;
    height:         0px !important;
    padding-top:    35px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat left top;
    cursor:         pointer;
}

/**+html .ppy-tools div {
	 width:          20px;
	 padding: 35px 0 0 0;
    border:1px solid red;
    background:     transparent no-repeat left top;
}

*+html .ppy-tools div:hover {
    background-position: left -35px;
}*/

.ppy-prev {
	 margin:0;
    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:     #f7f7f7;
    color:          #c12466;
    line-height:    1.2em;
    border:         1px solid #ce589f;
    border-top:     0px;
    font-size:      0.9em;
    position:       relative;
    overflow:       hidden;
    padding-right:2px;
}
.ppy-textwrap {
    padding:        10px;
}

.popeye3 .ppy-count,
.popeye2 .ppy-count {
    position:       absolute;
    padding:        3px 7px 0 5px;
    bottom:         0px;
    right:          0px;
    font-style:     italic;
    font-size:      0.9em;
    background:     #c12466;
    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;
    -moz-border-radius: 6px 0 0 0;
    -khtml-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius:  6px 0 0 0;
}

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

/*.ppy-placeholder {
	position: fixed;
}*/