@charset "UTF-8";
.popeye {
    overflow:       auto;   /* fallback popeye is scrolling! */
    height:         180px;  /* set to max height of fallback popeye */
}
.popeye ul,               /* reset browser list styles */
.popeye li {              
    list-style:     none; 
    margin:         0;
    padding:        0;
}
.popeye-tools-wrap,
.popeye-tools {
    overflow:       hidden;
}
.popeye-stage {
    background:     transparent no-repeat center center;  
}
.popeye-cap {
    overflow:       auto;   /* if height is set, caption will scroll */
}
.popeye-stagewrap {
    background-color:#333;
}
.popeye-stage {
    border:         1px solid #ccc;
    cursor:         pointer;
	width: 230px;
	height: 230px;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #333;
}
.popeye-cap {
    height:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
	width: auto;
    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;
	width: auto;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         0 30px 20px 0;
    background:     #ccc;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
#popeye1 .popeye-tools {
    padding: 10px 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:          #0055a5;
    text-decoration:none;
    text-align:     center;
}
#popeye1 .popeye-tools a:hover {
    color:          #8b0b04;
}
#popeye1 .popeye-prev {
    background:     url(../gfx/prev-1.png) no-repeat;
    width:          45px;
    padding:        0 5px 0 12px;
}
#popeye1 .popeye-next {
    float:          right !important;
    text-align:     right; 
    background:     url(../gfx/next-1.png) no-repeat right center;
    width:          30px;
    padding:        0 12px 0 4px;
}
#popeye1 .popeye-enlarge {
    background:     url(../gfx/enlarge-1.png) no-repeat;
    margin:         0 0 0 6px;
    width:          36px;
    padding:        0 9px 0 17px;

}
#popeye1 .popeye-count {
    margin:         0 0 0 2px;
}