div#randomImages {
	position: relative;
	height: 210px;
}

div.fadenav a {
	position: relative;
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid #000000;
	border-radius: 50% 50% 50% 50%;
	display: block;
	float: left;
	height: 12px;
	margin: 0 0 0 2px;
	overflow: hidden;
	width: 12px;
	z-index: 999;
}

div.fadenav a.current {
	background: none repeat scroll 0 0 #CC0000;
}
