/* DON'T EDIT! */
div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
	clear: both;
	overflow: hidden !important;
	height: 0px;
}
div.PhotoSlice img {
	visibility: hidden;
}
/* PHOTO BACKGROUND */
div#PSbackground {
	background: #000;
}
/* PHOTO STAGE */
div#PSstage {
 width: 100%;
 height: 100%;
 padding: 0;
 margin: auto;
 border: 0;	
 overflow: hidden !important;
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
div#PSmenu {
	text-align: center;
	padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
	height: 38px;
	padding: 0px 0px;
}
div.PhotoSlice a.button {
        cursor: pointer;
	margin: 0px 2px; 
	padding: 2px 10px;
	background: #333;
	border: 1px solid #111;
	color: #FCFCFC;
	font: 11px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div.PhotoSlice a.button:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 11px Trebuchet MS;
}
div#PScaption p {
	color: #666;
	text-align: center;
	line-height: 22px;
}
div#PScaption p a {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
	text-decoration: none;
}
div#PScaption p a:hover {
	background: #333;
}
div#PScaption a#PSabout {
	float: right;
	line-height: normal;
	margin: 4px; padding: 0px 14px;
	line-height: 30px;
}