
#rotator_1
{
	overflow: hidden;
	margin: 50px 10px;
	position: relative;
	left: 0px;
	top: 50px;
	width: 210px;
	height: 180px;
}

#rotator_2
{
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	left: 200px;
	top: 0px;
	width: 210px;
	height: 180px;
}

#rotator_3
{
	overflow: hidden;
	margin: 50px 10px;
	position: relative;
	left: 300px;
	top: -450px;
	width: 210px;
	height: 180px;
}

#rotator_1 img, #rotator_2 img, #rotator_3 img
{
	margin-bottom:80px;
}

