/* CSS Document */

ul#footerAds {
	position : relative;
	margin : 0;
	padding : 0;
	list-style: none;
}

ul#footerAds a {
	display : block;
	width : 800px;
	height : 110px;
	text-decoration : none;
	overflow:hidden;
}

ul#footerAds li {
	overflow:hidden;
}
li#fm_1  {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 160px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat 0px 0;

}

li#fm_2
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 160px;
	width : 160px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -160px 0px;
}

li#fm_3
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 320px;
	width : 160px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -320px 0px;
}

li#fm_4
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 480px;
	width : 160px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -480px 0px;
}
li#fm_5
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 640px;
	width : 160px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -640px 0px;
}
