DIV.imgrotator-view
{
	height: 300px;
}

DIV.imgrotator-view IMG
{
	display: none;
	position: absolute;
}

DIV.imgrotator-view IMG.active
{
	//z-index: 0;
}

DIV.imgrotator-view IMG.next
{
	//z-index: 0;
}



DIV.imgrotator-paging
{
	background: blue;
	display: none;
}

