/*
 * jquery.popeye.style.css 2.0
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2010 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.
 *
 */

/* fallback styles for image list */
.ppy-imglist {
    padding:        0px;
    width:          100%;
    display:        block;
    overflow:       hidden;
}
.ppy-imglist li {
    padding:        10px;
    border:         2px solid #464646;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -khtml-border-radius:   10px;
    -webkit-border-radius:  10px;
    background:     #202020;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         5px;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
.ppy-extcaption {
    font:           normal 1.0em/1.4em 'Segoe UI', Tahoma, Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif;
    width:          200px;
    display:        block;
}

#iesviewer .ppy-imglist li {
    width:          200px;
    height:     240px;
}


#iesviewer.ppy-active {
    width:          200px;
    float:          center;
    margin:         0 0px 0px 0;
}

#iesviewer .ppy-outer {
    border:         10px solid #202020;
    border-radius:          10px 10px 10px 10px;
    -moz-border-radius:     10px 10px 10px 10px;
    -webkit-border-radius:  10px 10px 10px 10px;
}

#iesviewer .ppy-outer:hover {
    border:         10px solid #202020;
    border-radius:          10px 10px 0px 0px;
    -moz-border-radius:     10px 10px 0px 0px;
    -webkit-border-radius:  10px 10px 0px 0px;
}

#iesviewer .ppy-stage {
    width:          200px;
    height:         200px;
    overflow:       hidden;
}

#iesviewer .ppy-stagewrap {
    background:     #333333;
}

#iesviewer .ppy-caption {
    padding:        0px 10px 10px 10px;
    font-size:      1.0em;
    line-height:    1.3em;
    color:          #fff;
    overflow:       auto;
    background:     #202020;
    border-bottom:  20px solid #555;
    border-radius:          0px 0px 10px 10px;
    -moz-border-radius:     0px 0px 10px 10px;
    -webkit-border-radius:  0px 0px 10px 10px;
}

#iesviewer .ppy-counter {
    border-bottom:  1px solid #404040;
    background:         #202020;
    color:              #ffffff;
    padding:            0 5px;
    font-size:          1.2em;
    position:           absolute;
    bottom:             0;
    right:              0;
    filter: alpha(opacity=60);
    opacity:            0.6;
    border-radius:          10px 0 0 0;
    -moz-border-radius:     10px 0 0 0;
    -khtml-border-radius:   10px 0 0 0;
    -webkit-border-radius:  10px 0 0 0; 
}

#iesviewer .ppy-loading {
    background:     #333333 url(loading3.gif) no-repeat center !important;
    background-image:   url(loading3.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

#iesviewer .ppy-nav {
    background:     #333333;
	background:	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(20,20,20)),
	    color-stop(0.8, rgb(80,80,80)),
	    color-stop(0.95, rgb(130,130,130))
	);
	background:	-moz-linear-gradient(
	    center bottom,
	    rgb(20,20,20) 0%,
	    rgb(80,80,80) 80%,
	    rgb(130,130,130) 95%
	);
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 10px 0;
    -moz-border-radius:     0 0 10px 0;
    -khtml-border-radius:   0 0 10px 0;
    -webkit-border-radius:  0 0 10px 0;   

}
#iesviewer .nav-wrap {
    width:          104px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#iesviewer .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#iesviewer .ppy-nav a:hover {
    background-color:   #909090;
    cursor:         pointer;
}

#iesviewer .ppy-prev {
    width:          22px;
    background:     url(prev3.png) no-repeat center;
}

#iesviewer .ppy-next {
    width:          22px;
    background:     url(next3.png) no-repeat center;
}

#iesviewer .ppy-switch-enlarge {
    width:          30px;
    background:     url(enlarge3.png) no-repeat center;
}

#iesviewer .ppy-switch-compact {
    width:          30px;
    background:     url(compact3.png) no-repeat center;
}