.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

#imagensProdutos.ppy-active {
    width:          180px;
    margin:         3px 30px 10px 0px;
}

#imagensProdutos .ppy-outer {
    padding:        0 46px 0 0;
    
}
#imagensProdutos .ppy-stagewrap {
    padding:        7px;
    border-radius:          5px 0 5px 5px;
    -moz-border-radius:     5px 0 5px 5px;
    -webkit-border-radius:  5px 0 5px 5px;
    background:     #c1eaff;
    background:     rgba(193,234,255,0.7);
}

#imagensProdutos .ppy-stage {
    width:              116px;
    height:             135px;
    border:             2px solid #fff;
    border-radius:          3px;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
    background-color:       #777;
}

#imagensProdutos .ppy-counter {
    background:         #fff;
    color:              #333;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              0;
    opacity:            0.7;
    border-radius:          5px 0 0 0;
    -moz-border-radius:     5px 0 0 0;
    -khtml-border-radius:   5px 0 0 0;
    -webkit-border-radius:  5px 0 0 0; 
}

#imagensProdutos .ppy-loading {
    background-image:   url(../../gfx/popeye/loading2.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

#imagensProdutos .ppy-nav {
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    background:     #76c6ee;
    background:     -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0, rgb(118,198,238)),
        color-stop(1, rgb(45,158,214))
    );
    background:     -moz-linear-gradient(
        left top,
        rgb(118,198,238) 0%,
        rgb(45,158,214) 100%
    );
    border-left:    1px solid #6ab1d5;
    width:          45px;
    position:       absolute;
    top:            4px;
    right:          0;
}

#imagensProdutos .nav-wrap {
    padding:        5px 0;
}

#imagensProdutos .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    padding:        5px;
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    width:          30px;
}

#imagensProdutos .ppy-prev {
    background:     url(../../gfx/popeye/prev3.png) no-repeat center;
}

#imagensProdutos .ppy-next {
    background:     url(../../gfx/popeye/next3.png) no-repeat center;
}

#imagensProdutos .ppy-switch-enlarge {
    background:     url(../../gfx/popeye/enlarge3.png) no-repeat center;
}

#imagensProdutos .ppy-switch-compact {
    background:     url(../../gfx/popeye/compact3.png) no-repeat center;
}

#imagensProdutos .ppy-nav a:hover {
    background-color:   #378eba;
    cursor:         pointer;
    opacity:        0.8;
}

.miniaturasProdutos {
	width:37px;
	margin:3px;
	border:1px solid #45ABDE;
	cursor:pointer;
}

.miniaturasProdutos:hover {
	border:1px solid #D4F0FF;
}