.bold {font-weight:normal;font-family:arial black;font-size:11px;color:silver;}
body, td {font-family:tahoma,arial;font-weight:normal;font-size:12px;color:black;text-decoration:none;margin-top:0.00em;}
.big {font-family:tahoma;font-weight:bold;font-size:22px;color:black;}
.blue{font-size:12px;color:blue;text-decoration:none;border-bottom:1px dotted red}
a.blue:hover{text-decoration:none;color:red; border-bottom:1px dotted blue}
.tiny{font-family:arial;font-size:9px;text-decoration:none;color:black;}
a.tiny:hover{text-decoration:underline}
.big{font-size:16px;color:black;text-decoration:none;font-family:tahoma,arial,verdana;}
a.white:hover{text-decoration:none;color:black;}
.black{font-size:12px;color:black;text-decoration:none;font-family:tahoma;}
a.black:hover{text-decoration:none;color:black;}
.whitedot{font-size:12px;color:red;text-decoration:none;border-bottom:1px dotted black;}
a.whitedot:hover{text-decoration:none;color:blue; border-bottom:1px dotted red}
.link{font-family:verdana;font-size:10px;font-weight:bold;text-decoration:none;color:black;}
a.link:hover{font-family:verdana;font-size:10px;font-weight:bold;text-decoration:none;color:black;border-bottom:1px solid black;padding-left:2px;font-style:italic;}
.submit-button{color:#fff;background:green;border:1px #000 outset;font-weight:bold;font-family:tahoma}
.reset-button{color:#fff;background:red;border:1px #000 outset;font-weight:bold;font-family:tahoma}
form,select,input,textarea{font-family:tahoma,verdana,arial;font-size:12px;font-weight:normal;border-width:1px;border-color:black;}
/* 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 */
div#PSmenu {
	text-align: center;
	padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
	height: 38px;
	padding: 5px 10px;
}
div.PhotoSlice a.button {
        cursor: pointer;
	margin: 0px 2px; 
	padding: 10px 20px;
	background: #333;
	border: 2px solid #999;
	color: #FCFCFC;
	font: 13px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div.PhotoSlice a.button:hover {
	border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}
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;
}
.left-margin{margin-left:10px;}