/*--- carousel begin ---*/
#highlights {
	display: block;
	height: 305px;
	width: 905px;
	position:relative;
}

		#highlights button {
	width:32px;
	height:32px;
	border:none;
	position:absolute;
	cursor:pointer;
	outline:none;
	z-index:10;
	overflow: hidden;
	background-color:transparent;
		}
		#highlights button.prev {
	left:-16px;
	top:136px;
	background-image: url(../images/next_previous_arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
		/*#eventbar button.prev:hover {
			background-position:left -65px;
		}*/
		#highlights button.next {
	right:-16px;
	top:136px;
	background-image: url(../images/next_previous_arrows.png);
	background-repeat: no-repeat;
	background-position: left -32px;
		}
		/*#eventbar button.next:hover {
			background-position:left -65px;
		}*/
		#highlights .imgcontainer {
			position:absolute;
		top:0px;
		left: 0px;
		width:905px;
		overflow:hidden;
		height:305px;
		display:block;
	}

			#highlights .imgcontainer ul li {
				position:relative;
				width:905px;
				height:305px;
				overflow:hidden;
			}
			#highlights .imgcontainer ul, ol { 
			list-style:none;
			margin:0;
			padding:0;
}
			#highlights .imgcontainer ul li a {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #656565;
	text-decoration: none;
			}
/*--- carousel end ---*/

#vmeter {
	width:297px;
	height:189px;
	float:left;
	position:relative;
	background:url(../images/hp_meter.jpg) bottom left no-repeat;
	margin:15px 5px 0 0;
	color: #659A56;
	font-weight:bold;
}
.saved {
	position:absolute;
	top:89px;
	left:170px;
}
.carbon {
	position:absolute;
	top:140px;
	left:170px;
}

 /*--- Carbon Calculator Start ---*/
 .ccinput {
	background-image: url(images/ccinput.jpg);
	text-align: center;
	display: block;
	height: 30px;
	width: 75px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #7B7B7B;
 }