.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;
	font-family:			arial;
	font-size:				10px;
}

.ppy-hidden {
    display:                none !important;
}



/* fallback styles for image list */
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    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 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}



/* popeye example 1 */
#ppy1.ppy-active {
    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy1 .ppy-outer {
    padding:        10px;
    border:         1px solid #666666;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #666666;
}

#ppy1 .ppy-stage {
    width:          240px;
    height:         173px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
    cursor:         pointer;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #FFFFFF;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

#ppy1 .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #FFFFFF;
    background:     #666666;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a {
    color: #FFFFFF;
    text-decoration:underline;
}
#ppy1 .ppy-caption a:hover {
    color: #000000;
    text-decoration:underline;
}

#ppy1 .ppy-counter {
    border-bottom:  1px solid #333333;
    color:          #FFFFFF;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#ppy1 .ppy-stagewrap {
    background:     #FFFFFF;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy1 .ppy-loading {
    background:     #666666 url(popeye/loading1.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
    background:     #666666;
    background:     -moz-linear-gradient(
        center bottom,
        rgb(12,59,61) 0%,
        rgb(58,131,133) 100%
    );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;   
}

#ppy1 .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; 
}

#ppy1 .ppy-prev {
    width:          22px;
    background:     url(popeye/prev3.png) no-repeat center;
}

#ppy1 .ppy-next {
    width:          22px;
    background:     url(popeye/next3.png) no-repeat center;
}

#ppy1 .ppy-play {
    width:          30px;
    background:     url(popeye/play3.png) no-repeat center;
}

#ppy1 .ppy-pause {
    width:          30px;
    background:     url(popeye/pause3.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
    background-color:   #a1c436;
    cursor:         pointer;
}




#ppy1single .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1single .ppy-imglist li {
    width:          240px;
    height:         270px;
}



/* popeye example 1 */
#ppy1single.ppy-active {
    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy1single .ppy-outer {
    padding:        10px;
    border:         1px solid #666666;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #666666;
}

#ppy1single .ppy-stage {
    width:          240px;
    height:         173px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
    cursor:         pointer;
}

#ppy1single .ppy-outer:hover,
#ppy1single.ppy-expanded .ppy-outer {
    border:         1px solid #FFFFFF;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

#ppy1single .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #FFFFFF;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy1single .ppy-caption a {
    color: #FFFFFF;
    text-decoration:underline;
}
#ppy1single .ppy-caption a:hover {
    color: #000000;
    text-decoration:underline;
}

#ppy1single .ppy-counter {
    border-bottom:  1px solid #333333;
    color:          #FFFFFF;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#ppy1single .ppy-stagewrap {
    background:     #FFFFFF;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy1single .ppy-loading {
    background:     #666666 url(popeye/loading1.gif) no-repeat center !important;
}

#ppy1single .ppy-nav {
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
}

#ppy1single .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; 
}

#ppy1single .ppy-prev {
    width:          22px;
    background:     url(popeye/prev3.png) no-repeat center;
}

#ppy1single .ppy-next {
    width:          22px;
    background:     url(popeye/next3.png) no-repeat center;
}

#ppy1single .ppy-play {
    width:          30px;
    background:     url(popeye/play3.png) no-repeat center;
}

#ppy1single .ppy-pause {
    width:          30px;
    background:     url(popeye/pause3.png) no-repeat center;
}

#ppy1single .ppy-nav a:hover {
    background-color:   #a1c436;
    cursor:         pointer;
}