/*
 * 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;    
}
#ppy1 .ppy-imglist li {
    padding:   0px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    width:          180px;
    height:         135px;
}

.ppy-imglist li a img {
    display:        block;
    border:         0;
}


/* popeye example 1 */
#ppy1.ppy-active {
    width:          180px;
    float:          right;
    margin:         0px 0px 0px 0px;
}

#ppy1 {margin: 0px 0px 0px 0px; width: 200px; border-bottom: 1px solid #999;}

#ppy1 .ppy-outer {
	/* background: #75757d url(../images/sidep-bg.png) repeat-x top; */
	background-color: #eee;
    padding: 0px 9px 2px 8px;
	margin: 14px 0px 0px 0px;
	z-index: 0;
	border-left: 1px solid #999; border-right: 1px solid #999; 
}

#ppy1 .ppy-stage {
    width:          180px;
    height:         135px;
	overflow: hidden;
}

#ppy1 .ppy-loading {
    background:     #9b9aa5 url(images/loading2.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
    width:          120px;
    height:         20px;
    padding:        0px;
    position:       absolute;
    top: 6px;
    right: 4px;  
}

#ppy1 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         20px;
    float:          left;
    padding:        0px;
}

#ppy1 .ppy-prev {
    width:          34px;
    background:     url(images/popeye-buttons.png);
	background-position: 0px 0px;
}

#ppy1 .ppy-prev:hover {
	background-position: 0px -20px;
}

#ppy1 .ppy-next {
    width:          34px;
    background:     url(images/popeye-buttons.png);
	background-position: -136px 0px;
}

#ppy1 .ppy-next:hover {
	background-position: -136px -20px;
}

#ppy1 .ppy-switch-enlarge {
    width:          51px;
    background:     url(images/popeye-buttons.png);
	background-position: -34px 0px;
}

#ppy1 .ppy-switch-enlarge:hover {
	background-position: -34px -20px;
}

#ppy1 .ppy-switch-compact {
    width:          51px;
    background:     url(images/popeye-buttons.png);
	background-position: -85px 0px;
}

#ppy1 .ppy-switch-compact:hover {
	background-position: -85px -20px;
}

#ppy1 .ppy-nav a:hover {
    cursor:         pointer;
}

