.editunit {
	height:150px;
	margin: 6px 0px 0px 6px;
}
.number {
	padding:10px 0px 0px 10px;
}
.editdate {
	position: absolute;
	bottom:0px;
	padding-bottom: 10px !important;
	font-size: 0.9em;
	font-family:'HelveticaNeueW01-95Blac';
	text-transform:uppercase;
}
.mustard-bg {
	background-color:#d79b00;
	
}
.mustard-bg h1 {
	color:white !important;
}
.orange-bg {
	background-color:#ff9800;
}
.orange-bg h1 {
	color:white !important;
}
.darkcyan {
	background-color:#0091b1;
	
}
.darkcyan h1 {
	color:#FFFFFF;
	
}
.aub-bg {
	background-color:#6c2250;

}
.aub-bg h1 {
	color:white !important;
}
.mint-bg {
	background-color:#53ddd3;

}
.mint-bg h1 {
	color:white !important;
}
.red-bg {
	background-color:#ff0000;

}
.red-bg h1 {
	color:white !important;
}
.greytype {
	color:#999 !important;
	
}
h1
h1 {
	padding:5px 0px 10px 10px !important;
}
h1.contents {
	padding:20px 0px 0px 10px;
	margin-top: 20px;
	font-size: 2.5em;
	
}
h3.contents {
	padding:0px 0px 20px 10px;
	margin-top: -10px;
}
.edit-rollover {
	width:100%;
	height:100%;
	position: absolute;
	z-index: 12;
	top:0px;
	left:0px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	filter: alpha(opacity=0);	
	-moz-opacity:0;	
	-khtml-opacity: 0;
}
.editunit {
	position: relative;
	height:150px;
}
.editmask {
	overflow: hidden;
	width: 950px;
	height:700px;
	margin: 0px;
	padding:0px;
	position: relative;
	
}
.editcontainer {
	position: relative;
	width:10000px;
	top:0;
	left:0;
}
.prev {
	position: absolute;
	top:0px;
	left:0px;
	width:50px;
	height:700px;
	background-color: aqua;	
	z-index: 9;
	background: url(../images/prev.png) top left;
}
.next {
	position: absolute;
	top:0px;
	right:0px;	
	width:50px;	
	height:700px;
	background-color: aqua;	
	z-index: 9;
	background: url(../images/next.png) top left;
}