/* 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: #000 no-repeat center center;
}
/* PHOTO STAGE */
div#PSstage {
	
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
div#PSmenu {
	text-align: center;
	padding: 0px 0px 4px 0px;
}
div#PSmenu div#PSbuttons {
	margin: 0px auto;
	padding: 10px 0px 10px 10px;
	width: 268px; height: 32px;
	background: url('buttons-bg.gif') no-repeat center left;
}
div#PSmenu div#PSbuttons a {
        cursor: pointer;
	float: left;
	display: block;
	margin: 0px 4px 0px 0px;
	width: 80px; height: 32px;
	background: url('button-bg.gif') no-repeat center center;
	color: #888;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
div#PSmenu div#PSbuttons a:first-letter {
	color: #A0A66A;
}
div#PSmenu div#PSbuttons a.disabled {
        cursor: default;
	color: #555;
}
div#PSmenu div#PSbuttons a.disabled:first-letter {
	color: #555;
	
}
div#PScaption {
        font: 0.9em Trebuchet MS;
}
div#PScaption p {
	color: #F1F1F1;
	text-align: center;
	line-height: 40px;
}
div#PScaption a#PSabout {
	cursor: pointer;
	display: block;
	float: left;
	margin: 4px;
	width: 32px; height: 32px;
	background: url('button-bg2.gif') no-repeat center center;
	color: #888;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
