/* MacPannel by Rob Sheldrake (http://www.forkoff.co.uk/) for DevMac Systems UK (http://www.devmac.co.uk/) */

#macpannel {
	width:600px;
	height:420px;
}
#macpannel a {
	vertical-align:middle;
	text-align:center;
}

#macpannel a.hover1 { background:url(../images/pannels/01b.jpg); }
#macpannel a.hover2 { background:url(../images/pannels/02b.jpg); }
#macpannel a.hover3 { background:url(../images/pannels/03b.jpg); }
#macpannel a.hover4 { background:url(../images/pannels/04b.jpg); }
#macpannel a.hover5 { background:url(../images/pannels/05b.jpg); }
#macpannel a.hover6 { background:url(../images/pannels/06b.jpg); }


/* == == == == [ No need to edit below ] == == == == == == == == == == == == == == == == == == == == == == == == == == */
#macpannel {
	overflow:hidden;
	position:relative;
}
#macpannel a {
	z-index:100;
}
#macpannel, #macpannel div, #macpannel a {
	display:block;
}
#macpannel div {
	overflow:hidden;
}
#macpannel img, #macpannel a, #macpannel div {
	position:absolute;
}
#macpannel ul, #macpannel li {
	margin:0;
	padding:0;
}
/* == == == == [ No need to edit above ] == == == == == == == == == == == == == == == == == == == == == == == == == == */
