/* 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 : 124px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat 0px 0;

}

li#fm_2
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 124px;
	width : 300px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -124px 0px;
}

li#fm_3
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 424px;
	width : 96px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -424px 0px;
}

li#fm_4
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 520px;
	width : 94px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -520px 0px;
}
li#fm_5
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 614px;
	width : 94px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -614px 0px;
}
li#fm_6
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 708px;
	width : 92px;
	height : 110px;
	background : url(../images/footer-ad.jpg) no-repeat -708px 0px;
}

