/*
 * 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{ list-style: none!important;}	
html body #contentwrapper .popeye2 ul li,
html body #contentwrapper .popeye3 ul li{ list-style-image:none!important;} 

#popeye1.ppy-js {
    float:          left;
    margin:         0 30px 30px 0;}
    
#popeye2.ppy-js {
    float:          right;
    margin:         0;}
    
#primarycontent .popeye3 .ppy-js {
    float:          right;
    margin:         0 0 10px 10px;}
#sidecontent .popeye3 .ppy-js {
    float:          right;
    margin:         0 0 10px 100px;}
    
#primarycontent .popeye3 {margin-top:-14px; margin-right:-22px;/*position: inherit; */}
*html #primarycontent  .popeye3 {margin-top:-18px; margin-right:-25px; position:realtive!important; top: -18px;}

#sidecontent .popeye3 {margin-top:-22px; margin-right:-10px!important;}
*html #sidecontent .popeye3 {margin-top:-8px; margin-right:0; }
*+html #sidecontent .popeye3 {margin-top:-8px; margin-right:0;}

/* Opera fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
body #sidecontent .popeye3 {margin-top:-28px!important; margin-right:-10px!important;}}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{head~body #sidecontent .popeye3 {margin-top:-28px!important; margin-right:-10px!important;}}

#popeye1-no-js {
    margin:         0px 30px 10px 0px;
    height:         202px;
    width:          262px;
    float:          left;
    background:     #eee;
    text-align:     center;
    line-height:    202px;}

.ppy { font-size:      0.8em;}

.ppy-stagewrap {
	background-color:#c7d0d5;
    border:         2px solid #fff;
    border-top: 2px solid #c7d0d5!important;
    -moz-border-radius: 0 0 0 5px;
    -khtml-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius:  0 0 0 5px;}
    
.ppy-stage {
    position:       relative;
    margin:1px;
    border:         10px solid #c7d0d5;}
    
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        2px;
    top:            0px;
	 background:     #c7d0d5;
    z-index:        100;
    display:        inline;}

.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:           0px;
    -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 {
	 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:     #c7d0d5;
    color:          #2b5080!important;
    line-height:    1em;
    border:         2px solid #fff;
    border-top:     0px;
    font-size:      11px;
    position:       relative;
    overflow:       hidden;
    text-align:     center;
    margin-top: -5px;
    padding-right:2px;}
    
.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;}
