	.ps-container { border : 5px solid #121212 ; height : 187px ; overflow : hidden ; width : 315px ; }
	.ps-container .property-spotlight { height : 187px; overflow : hidden ; position : relative ; width : 315px ; }
	
	.ps-container li { position : absolute ; left : 315px ; width : 315px ; }
	.ps-container li a.ps-blurb { 
		left : 0 ; 
		position : absolute ; 
		top : 187px ; 
		width : 100% ; 
		height : 55px;
		}
	.ps-container li a.ps-blurb span { display : block ; padding : 10px ; position : relative ; z-index : 2 ; }
	.ps-container li a.ps-blurb span.ps-lb { 
		background : #fff ; 
		filter : alpha(opacity=80) ; 
		height : 100% ; 
		left : 0 ; 
		opacity : 0.8 ; 
		position : absolute ; 
		top : 0 ; 
		width : 100% ; 
		z-index : 1 ; 
		}
	.property-spotlight li { width : 315px ; }
	.property-spotlight li img { margin : 0 ; width : 315px ; }
	
	.potwWrapper { position:relative; }
	#stack .potwWrapper .box { margin-top:0; }
	
	#potw-controls { position:absolute; top:4px; right:4px; }
	#potw-controls li { float:left; }
	#potw-controls button {
		background : transparent none no-repeat center center;
		border : none;
		width : 16px;
		height : 16px;
		padding : 0;
	}
	#potw-controls button span { display : none; }
	#potw-controls .disabled { cursor : default; opacity : 0.3; filter : alpha(opacity=30); }
	#potw-controls .play { background-image : url(/images/potw/controls/play.png); }
	#potw-controls .pause { background-image : url(/images/potw/controls/pause.png); }
	#potw-controls .next { background-image : url(/images/potw/controls/fastforward.png); }
	#potw-controls .prev { background-image : url(/images/potw/controls/rewind.png); }
	
