a#home {
    display: block;
    width: 50px;
    height: 40px;
    background: url(images/magee_bros_home.png) 0 0;
}
a#home:hover {
    background: url(images/magee_bros_home.png) 0 -47px;
}
a#about {
    display: block;
    width: 50px;
    height: 45px;
    background: url(images/magee_bros_about.png) 0 0;
}
a#about:hover {
    background: url(images/magee_bros_about.png) 0 -45px;
}
a#deals {
    display: block;
    width: 50px;
    height: 45px;
    background: url(images/magee_bros_deals.png) 0 0;
}
a#deals:hover {
    background: url(images/magee_bros_deals.png) 0 -45px;
}
a#contact {
    display: block;
    width: 65px;
    height: 45px;
    background: url(images/magee_bros_contact.png) 0 0;
}
a#contact:hover {
    background: url(images/magee_bros_contact.png) 0 -45px;
}
a#services {
    display: block;
    width: 75px;
    height: 45px;
    background: url(images/magee_bros_services.png) 0 0;
}
a#services:hover {
    background: url(images/magee_bros_services.png) 0 -45px;
}



#slides {
	margin-left: auto;
	margin-right: auto;
}

.slides_container {
	width:700px;
	height:auto;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

.slides_container a {
	width:auto;
	height:auto;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	margin-top: -215px;
	width:24px;
	height:43px;
	display:block;
	border: 0;
}

#slides .next {
	right: 0px;
}
a:link {color:#FF0000; text-decoration: none;}
a:visited {color:#FF0000; text-decoration: none;}
a:hover {color:#FF0000; text-decoration: underline;}
a:active {color:#FF0000; text-decoration: none;}
