
#rotator
{
	border: 1px solid #999;
	overflow: hidden;
	position: relative;
	width: 250px;
	height: 150px;
}

#rotator img
{
	width: 250px;
	height: 150px;
}
#subbanner
{	border: 1px solid #999;
	overflow: hidden;
	position: absolute;
	width: 250px;
	height: 150px;
	z-index:1000
}

#subbanner img
{

	width: 250px;
	height: 150px;
}
