/* fallback styles for image list */
.ppy-imglist {
	width:          100%;
	display:        block;
	overflow:       hidden;

}
.ppy-imglist li {
	padding:        10px;
	border:         1px solid #f0f0f0;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-khtml-border-radius:   5px;
	-webkit-border-radius:  5px;
	background:     #fff;
	list-style:     none;
	float:          left;
	display:        block;
	margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
	display:        block;
	border:         0;
}
.lightbox-panel .ppy-extcaption {
	width:          240px;
	display:        block;
}
.lightbox-panel .ppy-imglist li {
	width:          240px;
	height:         270px;
}

/* popeye example 1 */
.lightbox-panel.ppy-active {
	width:          262px;
	float:          left;
	margin:         0 20px 10px 0;
}

.lightbox-panel .ppy-outer {
	padding:        10px;
	border:         1px solid #e1f1a1;
	border-radius:          0 10px 10px 10px;
	-moz-border-radius:     0 10px 10px 10px;
	-webkit-border-radius:  0 10px 10px 10px;
	background:     #eff9c7;
}

.lightbox-panel .ppy-stage {
	width:          240px;
	height:         173px;
	border-radius:          0 5px 5px 5px;
	-moz-border-radius:     0 5px 5px 5px;
	-webkit-border-radius:  0 5px 5px 5px;
	cursor:         pointer;
}

.lightbox-panel .ppy-outer:hover,
.lightbox-panel.ppy-expanded .ppy-outer {
	border:         1px solid #d5e68e;
	box-shadow:         0 0 7px #ccc;
	-moz-box-shadow:    0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
}

.lightbox-panel .ppy-caption {
	margin:         5px 0 0 0;
	padding:        10px;
	font-size:      0.9em;
	line-height:    1.3em;
	color:          #809f21;
	background:     #eeffa8;
	border-radius:          10px;
	-moz-border-radius:     10px;
	-webkit-border-radius:  10px;
	box-shadow:         0 0 7px #ccc;
	-moz-box-shadow:    0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
	visibility:         hidden; /* prevent flash of content before popeye loads */
}

.lightbox-panel .ppy-caption a {
	color:          #66bde9;
}
.lightbox-panel .ppy-caption a:hover {
	text-decoration:underline;
}

.lightbox-panel .ppy-counter {
	border-bottom:  1px solid #d5e68e;
	color:          #b8cf5a;
	padding:        0 0 2px 0;
	margin:         0 0 5px 0;
	font-size:      0.9em;
}

.lightbox-panel .ppy-stagewrap {
	border-radius:          0 5px 5px 5px;
	-moz-border-radius:     0 5px 5px 5px;
	-webkit-border-radius:  0 5px 5px 5px;
}

.lightbox-panel .ppy-loading {
	background:     #0c3b3d url(../gfx/popeye/loading1.gif) no-repeat center !important;
}

.lightbox-panel .ppy-nav {
	width:          104px;
	height:         32px;
	padding:        5px;
	position:       absolute;
	top:            0;
	left:           0;
	border-radius:          0 0 5px 5px;
	-moz-border-radius:     0 0 5px 5px;
	-webkit-border-radius:  0 0 5px 5px;
}

.lightbox-panel .ppy-nav a {
	display:        block;
	overflow:       hidden;
	text-indent:    -900em;
	height:         22px;
	float:          left;
	padding:        5px;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-khtml-border-radius:   5px;
	-webkit-border-radius:  5px;
}

.lightbox-panel .ppy-prev {
	width:          22px;
	background:     url(../gfx/popeye/prev3.png) no-repeat center;
}

.lightbox-panel .ppy-next {
	width:          22px;
	background:     url(../gfx/popeye/next3.png) no-repeat center;
}

.lightbox-panel .ppy-switch-enlarge {
	width:          30px;
	background:     url(../gfx/popeye/enlarge3.png) no-repeat center;
}

.lightbox-panel .ppy-switch-compact {
	width:          30px;
	background:     url(../gfx/popeye/compact3.png) no-repeat center;
}

.lightbox-panel .ppy-nav a:hover {
	background-color:   #a1c436;
	cursor:         pointer;
}
