.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 {
	margin: 10px 5px 10px 0 !important;
	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;
	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;
}

.ppy-imglist {
	width: 100%;
	display: block;
	overflow: hidden;
}

.ppy-imglist li {
	padding: 10px;
	border: 1px solid #f0f0f0;
	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;
}

#ppy1 .ppy-extcaption {
	width: 240px;
	display: block;
}

#ppy1 .ppy-imglist li {
	width: 240px;
	height: 270px;
}

#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
	width: 160px;
	height: 160px;
	overflow: hidden;
	display: block;
}

#ppy1.ppy-active {
	width: 160px;
	float: left;
	margin: 0 10px 10px 0;
}

#ppy1 .ppy-outer {
	padding: 5px;
	border-radius: 0 10px 10px 10px;
	background: #F56200;
}

#ppy1 .ppy-stage {
	width: 150px;
	height: 100px;
	border-radius: 0 5px 5px 5px;
	cursor: pointer;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
	box-shadow: 0 0 7px #ccc;
}

#ppy1 .ppy-caption {
	margin: 5px 0 0 0;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #809f21;
	background: #eeffa8;
	border-radius: 10px;
	box-shadow: 0 0 7px #ccc;
	visibility: hidden; 
}

#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: #0c3b3d;
	border-radius: 0 5px 5px 5px;
}

#ppy1 .ppy-loading {
	background: #0c3b3d url(/img/loading.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
	background: #0c3b3d;
	background: -moz-linear-gradient(center bottom, rgb(12,59,61) 0%, rgb(58,131,133) 100%);
	height: 20px;
	position: absolute;
	top: 5px;
	left: 5px; 
	border-radius: 0 0 5px 5px;
	padding: 3px;
}

#ppy1 .ppy-nav a {
	display: block;
	overflow: hidden;
	text-indent: -900em;
	height: 15px;
	float: left;
	padding: 2px;
	border-radius: 5px;
}

#ppy1 .ppy-prev {
	width: 22px;
	background: url(/img/prev.png) no-repeat center;
}

#ppy1 .ppy-next {
	width: 22px;
	background: url(/img/next.png) no-repeat center;
}

#ppy1 .ppy-switch-enlarge {
	width: 30px;
	background: url(/img/enlarge.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
	width: 30px;
	background: url(/img/compact.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
	background-color: #a1c436;
	cursor: pointer;
}