@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none; color:#41d0ff;}
a:visited {text-decoration: none;  color:#41d0ff;}
a:active {text-decoration: none; color:#41d0ff;}
a:hover {text-decoration: underline; color:#41d0ff;}

.altLink {
	color:#006; text-decoration:underline;	
}

.footer {
	background-color:#000; text-align:center; height:30px; padding-top:10px; font-size:.8em; color:#8d8d8d;	
}


    div#rotator {
	position:relative;
	height:177px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: -10px;
	top: 1px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

