	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/pics/photos/sprite.png) -96px -19px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/pics/photos/content_top_bottom_border.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/pics/photos/sprite.png) -109px -19px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/pics/photos/content_left_right_border.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/pics/photos/content_left_right_border.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */

	div.facebook .pp_close { width: 22px; height: 22px; background: url(/pics/photos/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/pics/photos/loader.gif) center center no-repeat; } /* Loader icon */

	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next { background: url(/pics/photos/sprite.png) -31px -2px no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous { background: url(/pics/photos/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/pics/photos/sprite.png) -96px -29px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/pics/photos/content_top_bottom_border.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/pics/photos/sprite.png) -110px -29px no-repeat; } /* Bottom right corner */

	#pp_full_res  { text-align: center; }
	#pp_full_res img { border:1px solid black; text-align: center; cursor: pointer; }

	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_top .pp_left {  } /* Top left corner */
	div.light_square .pp_top .pp_middle {  } /* Top pattern/color */
	div.light_square .pp_top .pp_right { } /* Top right corner */
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_content_container .pp_left { } /* Content background */
	div.light_square .pp_content_container .pp_right { } /* Content background */
	div.light_square .pp_content { background: #fff; } /* Content background */

	div.light_square .pp_close { width: 22px; height: 22px; background: url(/pics/photos/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	div.light_square .pp_loaderIcon { background: url(/pics/photos/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.light_square .pp_nav { margin-top: 0; }
	div.light_square .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.light_square .pp_next { background: url(/pics/photos/sprite.png) -31px -2px no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous { background: url(/pics/photos/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_bottom .pp_left { } /* Bottom left corner */
	div.light_square .pp_bottom .pp_middle { } /* Bottom pattern/color */
	div.light_square .pp_bottom .pp_right { } /* Bottom right corner */

/* ---------------------------------------------------------------------*/

	#hidden_about_passwd {
		position:relative;
		border: 1px dashed #CCCCCC;
		width: 400px;
		margin: 50px;
		padding: 10px;
		display:none; 
	}

	#bad_pass {
		color:red;
		padding-bottom:16px;
		font-weight:bold; font-size: 100%
		display:none;
	}

	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: 10px;
			position: relative;
		}
			* html .pp_top { padding: 0 10px; }
		
			.pp_top .pp_left {
				height: 10px;
				left: 0;
				position: absolute;
				width: 10px;
			}
			.pp_top .pp_middle {
				height: 10px;
				left: 10px;
				position: absolute;
				right: 10px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 10px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 10px;
			}
		
		.pp_content { height: 40px; min-width: 40px;}
		* html .pp_content { width: 100%; }

		.pp_thumbs { text-align: center; padding-top:20px; height:100px; width:100%;}
			.pp_thumbs img {cursor:pointer; z-index: 1;}
			img.thumb {border:4px solid white;}
			img.selected_f{ border:2px solid #ffb6b6; margin: 2px;}
			img.selected_m{ border:2px solid #b1c6e4;  margin: 2px;}
		
		.pp_fade { display: none; }
		
		.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 {
				border-top: 1px solid #CCCCCC;
				background-color: #e7e7e7;
				width: 540px;
				height: 35px;
				float: left;
				margin: 10px 0 0 0;
				position: absolute;
				bottom: 0;
			}

			.pp_description {
				display: none;
				margin: 0 0 5px 0;
			}
				
			.pp_nav {
				clear: left;
				float: left;
				margin: 3px 0 0 0;
			}
				
			.pp_nav p {
					float: left;
					margin: 12px 4px;
					font-weight: bold;
					color: #a9a9a9;
				}
					

		a.pp_next {
			position: absolute;
			top: 54px;
			left: 517px;
			display: block;
			height: 23px;
			text-indent: -10000px; /* hide text */
			width: 21px;
		}
			
		a.pp_previous {
			position: absolute;
			top: 54px;
			left: 22px;
			display: block;
			height: 23px;
			text-indent: -10000px; /* hide text */
			width: 21px;
		}
		
		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;
			float: right;
			margin: 6px 14px 6px 0px;
			text-indent: -10000px;
		}

		p.currentTextHolder {
			display: block;
			color: #a9a9a9;
			float: left;
			margin-left: 12px;
			padding: 0px;
			line-height: 36px;
			font-weight: bold;
			font-size: 140%;
		}
		.pp_orig_container {
			text-align: center;
			line-height: 36px;
			font-weight: bold;
			color: #a9a9a9;
		}
			a.pp_orig  {
				margin-left: 8px;
				color: #a9a9a9;
			}
	
		.pp_bottom {
			height: 10px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 10px;
				left: 0;
				position: absolute;
				width: 10px;
			}
			.pp_bottom .pp_middle {
				height: 10px;
				left: 10px;
				position: absolute;
				right: 10px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 10px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 10px;
			}
		
		.pp_loaderIcon {
			display: none; /* was BLOCK */
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}

		#pp_title{
			display: block;
			width: 540px;
			margin-top: -7px; 
			margin-bottom: 7px; 
			text-align: center;
			font-size: 80%;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#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;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	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 */