*
{
	margin: 0;
	padding: 0;
}

#rotator_towns
{
	overflow: hidden;
	position: relative;
	width: 490px;
	height: 262px;
}

#rotator_events
{
	border: 1px solid #000;
	background-color: #003399;
	cursor: pointer;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	width: 180px;
	height: 178px;
}

#rotator_events img
{
	border: 0;
	cursor: pointer;
	padding: 0px;
	width: 180px;
	/*padding-top: 20px;
	height: 300px;*/
	border-bottom: solid 2px #000000;
}

#rotator_towns img
{
	width: 488px;
	border: solid 1px #003b6f;
}

#rotator_towns img, #rotator_events img
{
	display: none;
	position: absolute;
}

p
{
	text-align: center;
}