/* DON'T EDIT! */
div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
div.PhotoSlice img {
	visibility: hidden;

}
/* PHOTO BACKGROUND */
div#PSbackground {
	background: #fff no-repeat center center;
}
/* PHOTO STAGE */
div#PSstage {
}
div#PSstage img {
	border: 0px;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
div#PSmenu {
	text-align: center;
	padding: 0px 0px 4px 0px;
	background:#C1C1C1;
	width:600px;
}
div#PSmenu div#PSbuttons {
	margin-bottom: 20px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin-right:auto; margin-left:auto;
	padding: 0px 0px 0px 0px;
	height: 70px;
}
div#PSmenu div#PSbuttons a {
    cursor: pointer;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:50px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:5px solid #fff;
	background:#333;
	color:#fff;
	text-decoration: none;
}
div#PSmenu div#PSbuttons a:first-letter {
	color:#fff;
}
div#PSmenu div#PSbuttons a.disabled {
    cursor: default;
	color: #555;
	display:none;
}
div#PSmenu div#PSbuttons a.disabled:first-letter {
	color: #555;
	
}
div#PScaption {
        font: 0.9em Trebuchet MS;
}
div#PScaption p {
	color: #000;
	text-align: center;
	line-height: 40px;
}
div#PScaption a#PSabout {
	cursor: pointer;
	display: block;
	float: left;
	margin: 4px;
	width: 32px; height: 32px;
	color: #888;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
