/* CSS document */

#pictures {
	margin: 0;
	padding: 0;
	width: 550px;
	z-index: 1;
	float: left;
}

#rotator {
	border: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	width: 550px;
	height: 269px;
	float: left;
	z-index: 1;
}

#rotator img {
	border: 0;
	width: 550px;
	height: 269px;
	margin: 0;
	z-index: 1;
}

#rotator a {
	border: 0;
	text-decoration: none;
	z-index: 1;
}