/* ----------------------------------
		Light Square Theme
----------------------------------- */
	
div.light_square .pp_left,  div.light_square .pp_middle,  div.light_square .pp_right,  div.light_square .pp_content {
	background: #fff;
}
div.light_square .pp_content .ppt {
	color: #000;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background: #000;
	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_top {
	height: 0px;
	position: relative;
	display: none;
}
* html .pp_top {
	padding: 0 10px;
}
.pp_top .pp_left {
	height: 0px;
	left: 0;
	position: absolute;
	width: 10px;
}
.pp_top .pp_middle {
	height: 10px;
	left: 10px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 0px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
.pp_content {
	height: 40px;
}
.pp_content .ppt {
	left: auto;
	margin-bottom: 5px;
	position: relative;
	top: auto;
}
.pp_fade {
	display: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_left {
	padding-left: 10px;
}
.pp_content_container .pp_right {
	padding-right: 10px;
}
.pp_content_container .pp_details {
	margin: 0;
	height: 40px;
	border-bottom: 1px solid #cacaca;
	position: relative;
}
.pp_description {
	margin: 0 0 0 5px;
	color: #7b7a7a;
	font-size: 150%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.pp_nav {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
}
.pp_nav a.pp_arrow_previous,  .pp_nav 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: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;*/
}
a.pp_previous {
	/*background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;*/
}
a.pp_expand,  a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 0;
	width: 63px;
	height: 27px;
	background: url(../images/common/pp_close_btn.gif) no-repeat;
	cursor: pointer;
}
a.pp_close:hover {
	background-position: -63px 0;
}
a#pp_help {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 70px;
	width: 63px;
	height: 27px;
	background: url(../images/common/pp_help_btn.png) no-repeat;
}
a#pp_help:hover {
	background-position: -63px 0;
}
.pp_bottom {
	height: 0px;
	position: relative;
	display: none;
}
* html .pp_bottom {
	padding: 0 10px;
}
.pp_bottom .pp_left {
	height: 0px;
	left: 0;
	position: absolute;
	width: 10px;
}
.pp_bottom .pp_middle {
	height: 0px;
	left: 10px;
	position: absolute;
	right: 10px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 0px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	width: 116px;
	height: 89px;
	background: url(../images/common/htu/loading.png) no-repeat;
	display: block;
	left: 50%;
	margin: -44px 0 0 -58px;
	position: absolute;
	top: 50%;
}
#pp_full_res {
	/*line-height: 1;*/
	margin: 0;
	padding: 5px 0 0;
}
#pp_full_res iframe {
	margin: 0;
	padding: 0;
	display: block;
/*	overflow: hidden;*/
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
