.popeye-stagewrap {
    background-color:#fff;
}
.popeye-stage {
    border:         1px solid #e2e2e2;
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #333333;
}
.popeye-cap {
    height:         20px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #333 url('../gfx/loading.gif') no-repeat center;
}
.popeye-haspopped {
    border:         1px solid #333 !important;
    background:     #000 !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #333;
    background:     #333;
}

/* style 1 */
#popeye1 {
    float:          left;
    padding-right:  0px;               /* allow for fallback scrollbars */
    margin:         0px 0px 0px 0;
    background:     #f5f5f5;
    height: 240px;
    border:         1px solid #e2e2e2;
    border-bottom:  1px solid #e2e2e2;
    border-right:   1px solid #e2e2e2;
}
#popeye1 .popeye-tools {
    padding:        15px 0;
    border-bottom:   1px solid#d8d8d8;
}
#popeye1 .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye1 .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #266e80;
    text-decoration:none;
    text-align:     center;
}
#popeye1 .popeye-tools a:hover {
    color:          #8f8f8f;
}
#popeye1 .popeye-prev {
    background:     url('/images/prev-1.png') no-repeat;
    width:          16px;
    padding-left:12px; padding-right:4px; padding-top:0; padding-bottom:0
}
#popeye1 .popeye-next {
    background:     url('/images/next-1.png') no-repeat;
    width:          16px;
    padding-left:4px; padding-right:12px; padding-top:0; padding-bottom:0
    margin-left:10px;
}
#popeye1 .popeye-enlarge {
    background:     url('/images/enlarge-1.png') no-repeat;
    width:          60px;
    margin-left:10px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:16px; padding-right:4px; padding-top:0; padding-bottom:0

}
#popeye1 .popeye-count {
    margin:         0 0 0 10px;
}
