﻿	/* rotator in-page placement */div#rotator
	{
		position: absolute;
		height: 355px;
		top:55px;
	}
	/* rotator css */div#rotator ul li
	{
		position: absolute;
		list-style: none;
		left:0;
		top:0;
	}
	/* rotator image style */div#rotator ul li img
	{
		border: none;
		background: #FFF;
		cursor:default;
	}