@charset "UTF-8";
/* JQuery Nivo Slideshow theme 1 */

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:relative;
	float:right;
	margin-top:225px;
	margin-right:10px;
}
.nivo-controlNav a {
	color:#FFF;
	font-size:1px;
	padding:6px;
	cursor:pointer;
	background-image:url(https://fhs.mcmaster.ca/lib/images/nivo_white_square.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
}
.nivo-controlNav a:hover {
	color:#FFF;
	background-image:url(https://fhs.mcmaster.ca/lib/images/nivo_grey_square.gif);
}
.nivo-controlNav a.active {
	color:#903;
	background-image:url(https://fhs.mcmaster.ca/lib/images/nivo_red_square.gif);
}