/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #FF6600;
}
/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks {
	border-bottom-color: #FF6600;
	border-top-color: #FF6600;
}
#top /* the background banner image */ {
	background-image: url("/images/sub-banner-e.jpg");
}
/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("http://abp.unimelb.edu.au/template-assets-custom/07/images/icons/001.jpg");
}
#nav div.section2 {
	background-image: url("/template-assets-custom/07/images/icons/002.jpg");
}
#nav div.section3 {
	background-image: url("/template-assets-custom/07/images/icons/003.jpg");
}
#nav div.section4 {
	background-image: url("/template-assets-custom/07/images/icons/004.jpg");
}
#nav div.section5 {
	background-image: url("/template-assets-custom/07/images/icons/005.jpg");
}
#nav div.section6 {
	background-image: url("/template-assets-custom/07/images/icons/006.jpg");
}

/* @group pager
 */

#pager {
	list-style: none;
    margin-top: -135px;
	position: absolute;
	top: 234px;
	right: 10px;
	z-index: 8;
}
#pager li {
	display: inline;
       
}
#pager a {
	display: block;
	float: left;
	width: 23px;
	height: 17px;
	padding-top: 5px;
	margin-left: 6px;
	text-align: center;
	text-decoration: none;
	background-color: #ccc;
	color: #00447c;
	border: 1px solid #fff;
}
#pager a.activeSlide {
	background-color: #fff;
}
#pager a:hover {
	color: #c00;
	border-color: #c00;
}
/* @end */

/* @group featurescycle */

#features {
	height: 125px;
	/* background-color: #7C839C */
	position: relative;
    overflow: hidden;
	padding-bottom:15px;  
    margin-top: -15px;
	width: 500px;
 }

#features h2 {
	width: 20em;
	position: absolute;
	left: -999em;
	top: 0;
}
#features .features {
	position: absolute;
	top: 0;
	left: 0;
}
/* @end */

/* @group content */


