*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: solid 2px #ab6834;
	overflow: hidden;	
	position: relative;
	width: 255px;
	height: 172px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 255px;
	height: 172px;
}

#rotator1
{
	border: solid 2px #ab6834;
	overflow: hidden;
	margin-left: 32px;
	position: relative;
	width: 255px;
	height: 172px;
}

#rotator1 img
{
	border: 0;
	cursor: pointer;
	width: 255px;
	height: 172px;
}

#rotator2
{
	border: solid 2px #ab6834;
	overflow: hidden;
	margin-left: 32px;
	position: relative;
	width: 255px;
	height: 172px;
}

#rotator2 img
{
	border: 0;
	cursor: pointer;
	width: 255px;
	height: 172px;
}

p
{
	text-align: center;
}