div.pp_default 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;
	display: none;
	height: 0;
	z-index: 9999;
}
a.pp_next,
a.pp_previous {
	background-position: 10000px 10000px;
	display: block;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
a.pp_next {
	background-image: url(next.gif);
	float: right;
}
a.pp_next:hover {
	background-position: right center;
}
a.pp_previous {
	background-image: url(prev.gif);
	float: left;
}
a.pp_previous:hover {
	background-position: left center;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px;
	background-image: url(sprite.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	background-position: left top;
	cursor: pointer;
	cursor: hand;
	margin-top: 8px;
}
.pp_close:hover {
	background-position: left -28px;
}
div.pp_default .pp_details {
	position: relative;
	float: left;
}
a.pp_arrow_previous,
a.pp_arrow_next {
	background-image: url(sprite.gif);
	height: 21px;
	width: 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
}
a.pp_arrow_previous {
	background-position: -28px top;
	margin-right: 60px;
}
a.pp_arrow_next {
	background-position: right top;
}
a.pp_arrow_previous:hover {
	background-position: -28px -28px;
}
a.pp_arrow_next:hover {
	background-position: right -28px;
}
div.pp_default .pp_nav {
	height: 34px;
	width: 108px;
	position: relative;
	margin-top: 2px;
	float: left;
}
.pp_nav p {
	float: left;
	white-space: nowrap;
}
div.pp_default .pp_nav .currentTextHolder {
	color: #666;
	font-size: 12px;
	line-height: 1;
	width: 60px;
	left: 21px;
	position: absolute;
	top: 7px;
	text-align: center;
	font-style: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
div.pp_default .pp_description {
	font-size: 12px;
	margin-top: 6px;
	color: #666;
	margin-right: 44px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	max-height: 36px;
	line-height: 1.5;
	overflow: hidden;
	display: none;
}
div.pp_default .pp_loaderIcon {
	background-position: center center;
	background-image: url(loadingAnimation.gif);
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #4d4d4d;
	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;
}
div.pp_pic_holder > .ppt {
	font-size: 20px;
	color: #ffffff;
}
.pp_content {
	height: 40px;
	min-width: 40px;
	background-color: #fff;
}
* html .pp_content {
	width: 40px;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
#pp_full_res {
	line-height: 1 !important;
}
.pph_hide {
	display: none;
}
