/*
 * jquery.popeye.css 2.0
 *
 * Mandatory CSS classes 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.
 *
 */
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

.ppy-imglist {
	display:        block;
	overflow:       hidden;
	width: 100%;
    
}
.ppy-imglist li {
	padding:        0px;
	border:         1px solid #f0f0f0;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-khtml-border-radius:   5px;
	-webkit-border-radius:  5px;
	background:     #fff;
	list-style:     none;
	float:          left;
	display:        block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}



/* popeye example 3 */
#ppy3.ppy-active {
	width:          340px;
	float:          left;
	height: 240px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

#ppy3 .ppy-outer {
}

#ppy3 .ppy-stage {
	width:          340px;
	height:         240px;
	overflow:       hidden;
}

#ppy3 .ppy-stagewrap {
    background:     #333;
}

#ppy3 .ppy-caption {
	font-size:      1.1em;
	line-height:    1.3em;
	color:          #999;
	height:         30px;
	overflow:       auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#ppy3.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

#ppy3 .ppy-counter {
	color:          #000;
	padding:        0 5px;
	font-size:      1.5em;
	position:       absolute;
	bottom:         0;
	left:           0;
	background-color: #FF0;
}

#ppy3 .ppy-loading {
    background:     #333 url(../img/popeye/loading3.gif) no-repeat center !important;
}

#ppy3 .ppy-nav {
   
    background:     rgba(51,51,51,0.7);
    background:     -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(51,51,51,1)),
        color-stop(0.4, rgba(51,51,51,0.7)),
        color-stop(0.6, rgba(51,51,51,0.7)),
        color-stop(1, rgba(51,51,51,1))
    );
    background:     -moz-linear-gradient(
        center bottom,
        rgba(51,51,51,1) 0%,
        rgba(51,51,51,0.2) 30%,
        rgba(51,51,51,0.2) 30%,
        rgba(51,51,51,1) 100%
    );
    width:          100%;
    height:         100%;
    text-align:     center;
}
#ppy3 .nav-wrap {
    width:          104px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#ppy3 .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; 
}

#ppy3 .ppy-prev {
    width:          22px;
    background:     url(../img/popeye/prev3.png) no-repeat center;
}

#ppy3 .ppy-next {
    width:          22px;
    background:     url(../img/popeye/next3.png) no-repeat center;
}

#ppy3 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../img/popeye/enlarge3.png) no-repeat center;
}

#ppy3 .ppy-switch-compact {
    width:          30px;
    background:     url(../img/popeye/compact3.png) no-repeat center;
}


#ppy3 .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
}
#ppy3 {
	height: 240px;
	width: 340px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 0px;
}
