/* volume estimator */
#controlPanel{
	width:550px;	
	margin:5px 0px 0px 36px;
	height:50px;
}
.control li{	
	list-style-image:none;
	list-style-type:none;
}
#homeRightCol ul li{
	list-style-type:none;
	margin-left:0px;
}
.control li{
	float:left;
	width:42px;
}	
.selected, .notSelected{	
	padding-left:10px;	
	margin:3px;
	color:#fff;
	height:32px;
}
.notSelected{
	background:transparent url(../images/volumeEstimator/buttons/btnContent.jpg) no-repeat top left;	
}
.selected{
	background:transparent url(../images/volumeEstimator/buttons/btnContentAlt.jpg) no-repeat top left;	
}
.selectedInner, .notSelectedInner{
	display:block;	
	padding-right:10px;	
	height:32px;
}
.selectedInner{	
	background:transparent url(../images/volumeEstimator/buttons/btnEndAlt.jpg) no-repeat top right;	
}
.notSelectedInner{
	background:transparent url(../images/volumeEstimator/buttons/btnEnd.jpg) no-repeat top right;	
}
#homeRightCol ul{
	margin:0px auto !important;
	width:620px;
}
#illustration{
	margin:0px auto;
	position: relative;	
	width: 550px;
	height:340px;
}
#wasteSizePicture{
	margin:0px auto;
	width: 550px;	
}
#truckSizePicture{
	margin:0px auto;		
	position:absolute;
	width:102px;
	top:0px;
	right:0px;	
}
#truckSizePicture p{
	margin:5px;	
}

#controlPanel a{
	color:#fff;
	text-decoration:none;
}
.selected a, .notSelected a{	
	line-height:26px;
	color:#E8E8E8;	
	cursor:pointer;
}
.selected a:hover, .notSelected a:hover{
	color:#ff33ff;	
}

