/*
 * 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 {
    width:          100%;
    display:        block;
    overflow:       hidden;    
}

.ppy-imglist li {
    padding:        0;
    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:         0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}

.ppyCss.ppy-active {
    width:          180px;
    float:          left;
    margin:         0 20px 10px 0;
}

.ppyCss .ppy-outer {
}

.ppyCss .ppy-stage {
    width:          180px;
    height:         120px;
    overflow:       hidden;
}

.ppyCss .ppy-stagewrap {
    background:     none;
	border: 1px solid #cbcbcb;
}

.ppyCss .ppy-caption {
    margin:         0;
    padding:        0;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #666;
    height:         60px;
    overflow:       auto;
    border-bottom:  1px solid #ddd;
}

.ppyCss.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        0;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

.ppyCss .ppy-counter {
    background:     #666;
    color:          #fff;
    padding:        0;
	text-align:		center;
    font-size:      0.8em;
/*    position:       absolute;*/
    bottom:         0;
    left:           0;
    opacity:        0.7;
	width: 40px;
}

.ppyCss .ppy-loading {
    background:     #333 url(http://www.lesscouts.be/typo3conf/ext/lssimpleslideshow/res/images/popeye/loading3.gif) no-repeat center !important;
}

.ppyCss .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.7) 40%,
        rgba(51,51,51,0.7) 60%,
        rgba(51,51,51,1) 100%
    );*/
    width:          100%;
    height:         100%;
    text-align:     center;
    background:     none;
}
.ppyCss .nav-wrap {
    width:          104px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
.ppyCss .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;
}

.ppyCss .ppy-prev {
    width:          22px;
    background:     url(http://www.lesscouts.be/typo3conf/ext/lssimpleslideshow/res/images/popeye/prev3.png) no-repeat center;
}

.ppyCss .ppy-next {
    width:          22px;
    background:     url(http://www.lesscouts.be/typo3conf/ext/lssimpleslideshow/res/images/popeye/next3.png) no-repeat center;
}

.ppyCss .ppy-switch-enlarge {
    width:          30px;
    background:     url(http://www.lesscouts.be/typo3conf/ext/lssimpleslideshow/res/images/popeye/enlarge3.png) no-repeat center;
}

.ppyCss .ppy-switch-compact {
    width:          30px;
    background:     url(http://www.lesscouts.be/typo3conf/ext/lssimpleslideshow/res/images/popeye/compact3.png) no-repeat center;
}

.ppyCss .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
}
