/* 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;
}
/* PHOTO STAGE */
div#PSstage {
	
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
#PSmenu {
	float:none;
}

#PSbuttons {
	margin:auto;
	float:none;
	width:160px;
}

div.PhotoSlice a.button {
  cursor: pointer;
	background: #333;
	border: 2px solid #999;
	color: #FCFCFC;
	font: 13px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	background-color:#fff;
}
div.PhotoSlice a.button:hover {
	border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}

#PSaPrev,
#PSaNext {
	display:block;
	background:url(../images/prevlabel.gif) no-repeat left top;
	width:63px;
	height:32px;
	border:none;
	outline:none;
	text-indent:-999999px;
}

#PSaNext {
	background:url(../images/nextlabel.gif) no-repeat left top;
}

#PSaClose {
	text-indent:-9999px;
	background:url(../images/close.gif) no-repeat left top;
	width:26px;
	height:26px;
	outline:none;
	border:none;
	margin-top:3px;
	display:block;
}

div#PScaption p {
	color: #FCFCFC;
	text-align: center;
	line-height: 32px;
}
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;
}