﻿/*
 * 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;
}
#popeye1-no-js {
    margin:         0px 30px 10px 0px;
    height:         161px;
    width:          215px;
    float:          left;
    background:     #E7E6E6;
    text-align:     center;
    line-height:    161px;
	color: #999;
}
#popeye2.ppy-js {
    float:          right;
    margin:         20px 0 20px 30px;
}
.ppy {
    font-size:      0.8em;
}
.ppy-stagewrap {
    position: relative;
	z-index: 1000;
}
.ppy-stage {
    position:       relative;
	border: 1px solid #E7E6E6;
	background-color: #FFF;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        6px;
    top:            0px;
    background:     #FFF;
    z-index:        100;
    display:        inline;
	text-align: left;
}
.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:          16px;
    height:         0px !important;
    padding-top:    16px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat center top;
    cursor:         hand;
}
.ppy-prev {
    background-image:url(/images/popeye/prev.png) !important;
}
.ppy-enlarge {
    margin:         0 10px;
    background-image:url(/images/popeye/enlarge.png) !important;
}
.ppy-compact {
    margin:         0 10px;
    background-image:url(/images/popeye/compact.png) !important;
}
.ppy-next {
    background-image:url(/images/popeye/next.png) !important;
}
/*.ppy-tools div:hover {
    background-position: center -35px;
}*/
.ppy-cap {
    background:     #E7E6E6;
    color:          #000;
    font-size:      10px;
    position:       absolute;
    overflow:       hidden;
    opacity:        0.95;
	z-index: 1000;
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 */
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=90); /* IE7 lte */
}
.ppy-textwrap {
    padding:        10px;
}
#popeye1 .ppy-count {
    position:       absolute;
    padding:        4px 5px 4px 4px;
    bottom:         0px;
    right:          0px;
    font-size:      10px;
    background:     #666;
    color:          #FFF;
    opacity:        0.5;
    -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-cur{
    background: url(/images/popeye/count.png) 0px 0px no-repeat;
    padding: 2px 0px 2px 20px;
    opacity: 1;
}

#popeye2 .ppy-count {
    display:        inline;
    padding:        0 5px 0 0;
    font-style:     italic;
}
.ppy-loading {
    background:     #FFF url(/images/popeye/loading.gif) no-repeat center !important;
}
