.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 */
}
a:focus, a:active {
  outline: none;
}
em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#492d1d;
}
.popeye-stage {
    border:         1px solid #492d1d;
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #492d1d;
}
.popeye-cap {
    height:         60px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #492d1d url(/images/ajax-loader.gif) no-repeat center;
}

.popeye-haspopped {
    border:         1px solid #492d1d !important;
    padding-top:    20px !important;
	background: #492d1d url(/images/closeimg.png) no-repeat !important;
	background-position:top right !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #492d1d;
    background:     #492d1d;
}

/* style 1 */
#popeye1 {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         20px 20px 20px 0;
    background:     #bca880;
    border:         1px solid #492d1d;
    border-bottom:  1px solid #492d1d;
    border-right:   1px solid #492d1d;
}
#popeye1 .popeye-tools {
    padding:        10px 0;
    border-bottom:   1px solid#492d1d;
}
#popeye1 .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye1 .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #d5c096;
    text-decoration:none;
    text-align:     center;
}
#popeye1 .popeye-tools a:hover {
    color:          #eedebf;
}
#popeye1 .popeye-prev {
    background:     url(/images/popeye/prev-1.gif) no-repeat;
    width:          48px;
    padding:        0 4px 0 12px;
	font-size:10px;
}
#popeye1 .popeye-next {
    float:          right !important;
    text-align:     ri ght; 
    background:     url(/images/popeye/next-1.gif) no-repeat;
    width:          44px;
    padding:        0 12px 0 4px;
		font-size:10px;
}
#popeye1 .popeye-enlarge {
    background:     url(/images/popeye/enlarge-1.gif) no-repeat;
    margin:         0 0 0 10px;
    width:          48px;
    padding:        0 4px 0 16px;
		font-size:10px;

}
#popeye1 .popeye-count {
    margin:         0 0 0 10px;
		font-size:10px;
}

