/* Homepage Rotator */

.pics { 
	height: 178px; 
	width:486px; 
	padding:0; 
	margin:0; 
	overflow: hidden; 
	text-align:left; 
	/*border:1px solid #ecedec;*/
}

.pics img { height: 178px; width: 486px; padding: 0px; }

.nav {
	position: relative; 
	top:0px; 
	width:476px; 
	height:19px; 
	margin-bottom:26px; 
	padding:0 0 0 8px; 
	font-size:11px; 
	z-index:88; 
	color:#666; 
	text-align:right; 
	background:url(https://www.mq.edu.au/mq_templates/global/images/rotator_bk.png) repeat-x top; 
	border:1px solid #ecedec; 
	border-top:0px solid #ecedec; 
}
#nav a, #s7 strong { padding:0px 0px 0px 0px; color:#999; margin-right: 10px; word-spacing:10px; border:0;}
#nav a.activeSlide { font-weight:bold; color:#666; }
#nav a:focus { outline: none; }
