#pscontainer, .psimageod, #psbleft, #psbright {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#pscontainer {
	position: absolute; top: 25px; left: 0px; width: 100%; height: 240px;
}

.psimageod {
	position: absolute; top: 0px; left: 0px; width: 100px; height: 100%;
}

#psbleft, #psbright {
	position: absolute; top: 0px; height: 100%; width: 125px;
	background-color: black;
}

#psbleft	{ left: 0px; }
#psbright	{ right: 0px; }
