
.ppy-imglist {
	width:          100%;
	display:        block;
	overflow:       hidden;
}
.ppy-imglist li {
	background:     #fff;
	list-style:     none;
	float:          left;
	display:        block;
}
.ppy-imglist li a img {
	display:        block;
	border:         0;
}
/*big ppy*/
.ppy-placeholder {
	width:100%;
	height:460px;
	background: #494949;
}
.ppy-extcaption {

	display:        block;
}
.ppy-imglist li {
	width:          642px;
	height:         428px;
}
/* popeye example 1 */
.ppy-active {
	width:          642px;
	float:          left;
	height: 460px;
}
.ppy-outer {
	background:     #000;
	position:relative;
}
.ppy-stage {
	width:          642px;
	height:         428px;
	border-bottom: 1px solid #fff;
}
.ppy-outer:hover, .ppy-expanded .ppy-outer {
}
.ppy-caption {
	visibility: hidden; /* prevent flash of content before popeye loads */
	text-align:right;
	direction:rtl;
	z-index:100;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
}
.ppy-caption a { color:#fff;
}
.ppy-caption a:hover {
	text-decoration:underline;
}
.ppy-counter {
	color:#cdcdcd;
	font-size:10px;
	direction:ltr;
	position:absolute;
	bottom:-2px;
	left:52px;
}
.ppy-stagewrap {
}
.ppy-loading {
	background:     #0c3b3d url(../img/loading2.gif) no-repeat center !important;
}
.ppy-nav {
	width:          100px;
	height:         17px;
	position:       absolute;
	bottom:            5px;
	left:           10px;
	z-index:200;
}
.ppy-nav a {
	display:        block;
	overflow:       hidden;
	text-indent:    -900em;
	float:          left;
	margin-right:4px;
}
.ppy-prev {
	width:17px;
	height:17px;
	background:url(../img/ui-carousel-prev.jpg) no-repeat;
}
.ppy-next {
	width:17px;
	height:17px;
	background:url(../img/ui-carousel-next.jpg) no-repeat;
}
.ppy-nav a:hover {
	cursor:pointer;
	background-position:bottom;
}

