#stage{
	width:700px;
	height:700px;
	margin:0 auto;
	text-align:center;

}

#stage-container{
	width:100%;
	position:relative;

}

#positionSensor{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
}

	.psOverlay{
		background-image:url(/lib/images/detail/zoomr_overlay.png);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/lib/images/detail/zoomr_overlay.png');
		* background-image:none;	
	}

	#positionSensor img{
		/*this is a blank gif that stretches out the position sensor div for IE compatibility*/
		width:100%;
		height:100%;
	}

div#showcase-container {
	width:700px;
	height:700px;
	position: relative;
	display: block;
	margin: 0 auto;
	

}
div#showcase1, 
div#showcase2 {
	position: absolute;
	background-repeat: no-repeat;
	top:0;
	left:0;
	
}


#thumbstrip {
	text-align: center;
	padding:0 0 0 0;
	margin:0 auto;
}
ol.thumbs {
	margin: 0 auto;
	padding: 0;
	width:693px;
}
ol.thumbs li {
	list-style-type: none;
	display: inline;
	padding:.5px;
}
ol.thumbs li img {cursor: pointer;}


ol.thumbs li img {
	cursor: pointer;
}


ol.thumbs li img.thumb {border:none;}
ol.thumbs li img.hover {border:none;}
ol.thumbs li img.current {border:none;}


/****  Next/Prev Buttons ****/

/*** default styles ***/


