#ppy1 .ppy-extcaption {
	width:          240px;
	display:        block;
}
#ppy1 .ppy-imglist li {
	width:          250px;
	height:         250px;
}
#ppy2 .ppy-imglist li, #ppy2 .ppy-imglist li a {
	width:              240px;
	height:             240px;
	overflow:           hidden;
	display:        block;
}
/* popeye example 1 */
#ppy1.ppy-active {
	width:          240px;
	float:          left;
	/*margin:         0 20px 10px 0;*/
}
#ppy1 .ppy-outer {
	/*padding:        10px;*/
	/*border:         1px solid #e1f1a1;*/
}
#ppy1 .ppy-stage {
	width:          240px;
	height:         240px;
}
#ppy1 .ppy-outer:hover, #ppy1.ppy-expanded .ppy-outer {
/*border:         1px solid #d5e68e;*/
}
#ppy1 .ppy-caption {
	margin:         5px 0 0 0;
	padding:        10px;
	font-size:      0.9em;
	line-height:    1.3em;
	color:          #069;
	visibility:     hidden; /* prevent flash of content before popeye loads */
	background-color: #FFFFFF;
}
#ppy1 .ppy-caption a {
	color:          #66bde9;
}
#ppy1 .ppy-caption a:hover {
	text-decoration:underline;
}
#ppy1 .ppy-counter {
	border-bottom:  1px solid #d5e68e;
	color:          #b8cf5a;
	padding:        0 0 2px 0;
	margin:         0 0 5px 0;
	font-size:      0.9em;
}
#ppy1 .ppy-stagewrap {
	background:     #FFFFFF;
}
#ppy1 .ppy-loading {
	background:     #FFFFFF url(../imagem/popeye/loading1.gif) no-repeat center !important;
}
#ppy1 .ppy-nav {
	background:     #FFFFFF;
	width:          104px;
	height:         32px;
	padding:        5px;
	position:       absolute;
	top:            0;
	left:           0;
}
#ppy1 .ppy-nav a {
	display:        block;
	overflow:       hidden;
	text-indent:    -900em;
	height:         22px;
	float:          left;
	padding:        5px;
}
#ppy1 .ppy-prev {
	width:          22px;
	background:     url(../imagem/popeye/prev3.png) no-repeat center;
}
#ppy1 .ppy-next {
	width:          22px;
	background:     url(../imagem/popeye/next3.png) no-repeat center;
}
#ppy1 .ppy-switch-enlarge {
	width:          30px;
	background:     url(../imagem/popeye/enlarge3.png) no-repeat center;
}
#ppy1 .ppy-switch-compact {
	width:          30px;
	background:     url(../imagem/popeye/compact3.png) no-repeat center;
}
#ppy1 .ppy-nav a:hover {
	background-color:   #CCC;
	cursor:         pointer;
}
.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;
}
.ppy-imglist {
	width:          100%;
	display:        block;
	overflow:       hidden;
}
.ppy-imglist li {
	padding:        10px;
	border:         1px solid #f0f0f0;
	background:     #FFFFFF;
	list-style:     none;
	float:          left;
	display:        block;
	margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
	display:        block;
	border:         0;
}

