.boxes {
	width: 100%;
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	margin-left: 25px;
	margin-top: 35px;
}
#aboutPottsBtn {
	background-image: url(../images/Bucket_About.jpg);
	background-repeat: no-repeat;
		background-position: 0px -120px;
}
#aboutPottsBtn:hover{
		background-position: 0px 0px;
}
#trafficLawBtn {
	background-repeat: no-repeat;
	background-image: url(../images/Bucket_Traffic.jpg);
		background-position: 0px -120px;
}
#trafficLawBtn:hover {
		background-position: 0px 0px;
}
#criminalLawBtn {
	background-repeat: no-repeat;
	background-image: url(../images/Bucket_Criminal.jpg);
		background-position: 0px -120px;
}
#criminalLawBtn:hover{
		background-position: 0px 0px;
}

#litigationLawBtn {
	background-repeat: no-repeat;
	background-image: url(../images/Bucket_Litigation.jpg);
		background-position: 0px -120px;
}
#litigationLawBtn:hover{

		background-position: 0px 0px;
}
#corporateGovernanceBtn {
	background-repeat: no-repeat;
	background-image: url(../images/Bucket_Corporate.jpg);
		background-position: 0px -120px;
}

#corporateGovernanceBtn:hover{
		background-position: 0px 0px;
}








