h2 {
    font:           normal 2.8em/1em Georgia, 'Times New Roman', serif;
    color:          #d7df9b;
}
a:focus, a:active {
  outline: none;
}
em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#333;
}
.popeye-stage {
    border:         1px solid #d2d2d2;
    border-bottom:  1px solid #ffffff;
    border-right:   1px solid #ffffff;
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
}
.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:  20px;               /* allow for fallback scrollbars */
	margin:         20px 12px 20px 0;
	background:     #FFF url(../../../i/bg_t.png) repeat-x left bottom;
	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:          #266e80;
    text-decoration:none;
    text-align:     center;
}
#popeye1 .popeye-tools a:hover {
    color:          #8f8f8f;
}
#popeye1 .popeye-prev {
	background:     url(../gfx/prev-1.png) no-repeat;
	width:          14px;
	padding:        0 0px;
	margin-top: 3px;
	margin-left: 70px;
}
#popeye1 .popeye-next {
    float:          right !important;
    text-align:     ri ght; 
    background:     url(../gfx/next-1.png) no-repeat;
    width:          14px;margin-top: 3px;
    padding:        0 0px 0 0px;
}
#popeye1 .popeye-enlarge {
	background:     url(../gfx/enlarge-1.png) no-repeat;
	margin:         3px 0px 0px 4px;
	width:          20px;
	padding-left: 4px;
}
#popeye1 .popeye-count {
    margin:         0 0 0 10px;
}

