.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:#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:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
	/*custom to hide them
    margin:         -10px 0 0 0;*/
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #333 url(../images/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;
}




/*custom*/

.popeye2 {
    float:          right;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         20px 0 20px 30px;
    background:     #f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
.popeye2 .popeye-tools {
    margin:         10px 0 0 0;
    padding:        6px;
    background:     #e9e9e9;
    border:         1px solid #FFF;
    border-bottom:  1px solid #bababa;
    border-right:   1px solid #bababa; 
	/*custom to hide them
	visibility:hidden;
	height:0px*/
}
.popeye2 .popeye-tools span,
.popeye2 .popeye-tools a {
    display:        block;
    float:          left;
    height:         22px;
    line-height:    22px;
}
.popeye2 .popeye-tools a {
    height:         0px !important;
    padding-top:    22px;
    width:          22px;
    border:         1px solid #e9e9e9;
    overflow:       hidden;
}
.popeye2 .popeye-tools a:hover {
    background-color:#f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
.popeye2 .popeye-prev {
    background:     url(../images/gfx/prev-2.png) no-repeat center; 
	/*custom to hide them
	visibility:hidden;
	height:0px*/
}
.popeye2 .popeye-next {
    float:          right !important;
    background:     url(../images/gfx/next-2.png) no-repeat center; 
	/*custom to hide them
	visibility:hidden;
	height:0px*/
}
.popeye2 .popeye-enlarge {
    background:     url(../images/gfx/enlarge-2.png) no-repeat center center;
    margin:         0 0 0 10px;
	/*custom to hide them
	visibility:hidden;
	height:0px*/
}
.popeye2 .popeye-count {
    background:     url(../images/gfx/count-2.png) no-repeat left center; 
	padding:        0 0 0 20px;
	/*custom to hide them
	visibility:hidden;
	height:0px*/
}
.popeye2 .popeye-count {
    margin:         0 0 0 10px; 
	/*custom to hide them
	visibility:hidden;
	height:0px*/
	
}

