/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */
a {
	outline: none;
}
div.pp_default .pp_top,
div.pp_default .pp_left,
 div.pp_default .pp_right,
 div.pp_default .pp_bottom {
	background-color: #FFFFFF;
}
div.pp_default .pp_top,
 div.pp_default .pp_top .pp_middle,
 div.pp_default .pp_top .pp_left,
 div.pp_default .pp_top .pp_right,
 div.pp_default .pp_bottom,
 div.pp_default .pp_bottom .pp_left,
 div.pp_default .pp_bottom .pp_middle,
 div.pp_default .pp_bottom .pp_right {
	height: 12px;
}
div.pp_default .pp_content_container .pp_left {
	padding-left: 12px;
}
div.pp_default .pp_content_container .pp_right {
	padding-right: 12px;
}
.pp_top {
	height: 12px;
	position: relative;
}
* html .pp_top {
	padding: 0 12px;
}
.pp_top .pp_left {
	height: 12px;
	left: 0;
	position: absolute;
	width: 12px;
}
.pp_top .pp_middle {
	height: 12px;
	left: 12px;
	position: absolute;
	right: 12px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 12px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}
.pp_content_container .pp_left {
	padding-left: 12px;
}
.pp_content_container .pp_right {
	padding-right: 12px;
}
.pp_bottom {
	height: 12px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 12px;
}
.pp_bottom .pp_left {
	height: 12px;
	left: 0;
	position: absolute;
	width: 12px;
}
.pp_bottom .pp_middle {
	height: 12px;
	left: 12px;
	position: absolute;
	right: 12px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 12px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}
div.pp_default .pp_content {
	background-color: #fff;
} /* Content background */
div.pp_default .pp_next:hover {
	background-position: right center;
	background-image: url(next.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
} /* Next button */
div.pp_default .pp_previous:hover {
	background-position: left center;
	background-image: url(prev.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
} /* Previous button */
div.pp_default .pp_close {
	background-image: url(sprite.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	background-position: left top;
	cursor: pointer;
	cursor: hand;
	margin-top: 8px;
}
div.pp_default .pp_close:hover {
	background-position: left -28px;
} /* Close button */
div.pp_default .pp_details {
	position: relative;
}
div.pp_default a.pp_arrow_previous,
 div.pp_default a.pp_arrow_next {
	background-image: url(sprite.gif);
	height: 21px;
	width: 21px;
	background-repeat: no-repeat;
}
div.pp_default a.pp_arrow_previous {
	background-position: -28px top;
	margin-right: 60px;
}
div.pp_default a.pp_arrow_next {
	background-position: right top;
}
div.pp_default a.pp_arrow_previous:hover {
	background-position: -28px -28px;
}
div.pp_default a.pp_arrow_next:hover {
	background-position: right -28px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_nav {
	clear: none;
	height: 34px;
	width: 108px;
	position: relative;
	margin-top: 2px;
}
div.pp_default .pp_nav .currentTextHolder {
	color: #666;
	font-size: 12px;
	width: 60px;
	left: 21px;
	position: absolute;
	top: 5px;
	text-align: center;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
div.pp_default .pp_description {
	font-size: 12px;
	margin-top: 6px;
	color: #666;
	margin-right: 44px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	max-height: 36px;
	line-height: 1.5;
	overflow: hidden;
}
div.pp_default .pp_loaderIcon {
	background-position: center center;
	background-image: url(loadingAnimation.gif);
	background-repeat: no-repeat;
} /* Loader icon */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #636363;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_content {
	height: 40px;
	min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_details {
	float: left;
}
.pp_description {
	display: none;
}
.pp_nav {
	clear: right;
	float: left;
}
.pp_nav p {
	float: left;
	white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
a.pp_next {
	background-position: 10000px 10000px;
	background-image: url(next.gif);
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	background-repeat: no-repeat;
}
a.pp_previous {
	background-position: 10000px 10000px;
	background-image: url(prev.gif);
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	background-repeat: no-repeat;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px;
}
.pp_loaderIcon {
	display: block;
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 32px;
}
#pp_full_res {
	line-height: 1 !important;
}
div.ppt {
	display: none;
	height: 0;
	z-index: 9999;
}
.pph_hide {
	display: none;
}
