/*
 * 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.
 *
 */
 
html body #contentwrapper .popeye2 ul,
html body #contentwrapper .popeye3 ul,
html body #contentwrapper .popeye2 ul li,
html body #contentwrapper .popeye3 ul li{ list-style-image:none!important;list-style-image: none; list-style-position: outside;}  

.popeye3  {
    float:          left;
    width:          auto;
    margin:         0 5px 5px 0;}

/**+ html .popeye3 { display:inline!important; width:220px; float:left;
    margin-right:0!important;}
* html .popeye3 { display:inline!important; width:220px; float:left;
    margin-right:0px!important;}*/
    
#popeye1-no-js {
    margin:         0 5px 5px 0;
    height:         100px;
    width:          100px;
    float:          left;
    background:     #000;
    text-align:     center;
    line-height:    202px;
}
.popeye3 .ppy-js {
    float:          left;
    margin:         0 5px 5px 0;}
    
.ppy {
    font-size:      0.8em;
}
.ppy-stagewrap {
    background-color: #000; border:1px solid #393939;  
}
.ppy-stage {
    position:       relative;
    margin:			  1px;
    border:         2px solid #000;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        2px;
    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:          20px;
    height:         0px !important;
    padding-top:    35px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat left top;
    cursor:         pointer;
}


.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:     #000;
    color:          #999;
    line-height:    16px;
    border-left:1px solid #393939; border-bottom:1px solid #393939; border-right:1px solid #393939;
    border-top:     0px;
    font-size:      11px;
    position:       relative;
    overflow:       hidden;
    padding-right: 2px;
}
.ppy-textwrap {
    padding:        5px 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:     #000;
    color:          #fff;
    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:     url(/default/images/jquery.popeyes.gfx.1.0/loading.gif) no-repeat center !important;
}

/*.ppy-placeholder {
	position: fixed;
}*/
