/* 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#PSpanel {
        font: 1.2em Trebuchet MS;
}
div#PSpanel p {
	color: #FFFFFF;
	text-align: left;
	line-height: 40px;
}
div#PSpanel div#PSbuttons {
	float: right;
	padding: 4px 4px 4px 0px;
	height: 32px;
}
div#PSpanel div#PSbuttons a {
        cursor: pointer;
	float: left;
	display: block;
	margin: 0px 0px 0px 4px;
	width: 80px; height: 32px;
	background: url('button-bg.gif') no-repeat center center;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
div#PSpanel div#PSbuttons a:first-letter {
	color: #FFFFFF;
}
div#PSpanel div#PSbuttons a.disabled {
        cursor: default;
	color: #FFFFFF;
}
div#PSpanel div#PSbuttons a.disabled:first-letter {
	color: #FFFFFF;
	
}
a#PSabout {
	cursor: pointer;
	display: block;
	float: left;
	margin: 4px;
	width: 32px; height: 32px;
	background: url('button-bg2.gif') no-repeat center center;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}


