@charset "utf-8";
a {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
.PSTitle {
	color:#663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
}
.PSImage {
	color:#663300;
}
.PSDrop {
	color:#646464;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.thumbs {
	border:none;
	height:52px;
	filter:alpha(opacity=50);
	margin:0px 10px 0px 10px;
	opacity:0.5;
	width:60px;
	-moz-opacity:0.5;
}
#psTable {
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:150px;
}
#psHead {
	top:0px;
}
.Arrows {
	border:none;
	height:60px;
	margin:0px;
	padding:0px;
	width:30px;
}
#psLeft {
	border:none;
	float:left;
	height:60px;
	margin:0px;
	padding:0px;
	width:30px;
}
#psRight {
	border:none;
	float:right;
	height:60px;
	margin:0px;
	padding:0px;
	width:30px;
}
#psStrip {
	border:none;
	height:60px;
	left:0px;
	overflow:hidden;
	position:relative;
}
#psContent {
	left:0px;
	position:absolute;
	top:4px;
	width:1500px;
}
#psWindow {
	background-color:#FFFFFF;
	border:2px solid;
	height:56px;
	position:absolute;
	width:80px;
}
#psDrop {
	left:30px;
	overflow:hidden;
	position:relative;
	width:100%
}
#psDropContent {
	padding-bottom:2px;
	position:absolute;
	text-align:center;
	top:2px;
}
#psPopContent {
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:300px;
}
.PopImage {
	border:none;
	height:250px;
	width:300px;
}