/*
 * 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;} 
 
#contentwrapper .popeye3  {
    float:          right;
    margin:         0px 0px 10px 10px; position:relative;}

#popeye1-no-js {
    margin:         0px 0px 10px 10px;
    height:         100px;
    width:          100px;
    float:          right;
    background:     #f4f4f4;
    text-align:     center;
    line-height:    202px;
}
#contentwrapper .popeye3 .ppy-js {
    float:          right;
    margin:         0px 0px 10px 10px;}

#contentwrapper #popeye1 .ppy-js {
    float:          right;
    margin:         0px 0px 10px 10px;}
    
*+html #contentwrapper #primarycontent .pictures {width:190px; overflow:hidden; float: right;}
*html #contentwrapper #primarycontent .pictures {width:200px; overflow:hidden; float: right;}


.ppy {font-size:      11px;}

.ppy-stagewrap {
background-color: #fff; border: 1px solid #ce589f; 
-o-border-radius: 5px; 
-icab-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

.ppy-stage {
    position:       relative;
    margin:			  1px;
    margin-bottom:  0!important;
    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:        1000;
    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:          21px;
    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:     #f7f7f7;
    color:          #c12466;
    line-height:    16px;
    border:         1px solid #ce589f;
    font-size:      11px;
    position:       relative;
    overflow:       hidden;
    padding-right:  2px;
 	 text-align:     center;
 	 border: 1px solid #fff;
 	 border-top: none!important;
 	 -o-border-radius: 0 0 3px 3px; 
	-icab-border-radius: 0 0 3px 3px; 
	-khtml-border-radius: 0 0 3px 3px; 
	-moz-border-radius: 0 0 3px 3px; 
	-webkit-border-radius: 0 0 3px 3px; 
	border-radius: 0 0 3px 3px; 
}
.ppy-textwrap {
    padding:        5px 2px;
}

.popeye3 .ppy-count,
.popeye2 .ppy-count {
    position:       absolute;
    padding:        0 7px 0 5px;
    bottom:         0px;
    right:          0px;
    font-size:      12px;
    font-style: normal;
    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:        1000;
    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;
}


