/* Image Rotator */

 div.rotator {
 	position: relative;
 	height: 118px;
 	width: 250px;
 	padding: 0px;
}

div.r1 {
}

div.r1 img, div.r2 img, div.r3 img{
	margin: 0px 0px 0px 0px;
}

div.r4 img{
	margin: 20px 0px 0px 30px;
}

div.r1 p {
 	margin-top: 20px;
 	text-align: center;
}

div.navigation {
 	position: absolute;
 	top: 5px;
 	right: 5px;
}

div.navigation div.current, div.navigation a {
 	width: 12px;
 	height: 12px;
 	margin: 0 8px 0 0;
 	float: left;
 	overflow: hidden;
}
 
div.navigation a:hover {
 	text-decoration: none;
}

div.navigation div.current {
 	background: #c00;
}

div.navigation a {
 	display: block;
 	background: #ccc;
}


