ul#home-adverts
{
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 650px;
	height: 325px;
	background: #666 url(images/home-adverts-loader.gif) no-repeat center center;
	overflow: hidden;
}

#home-adverts li
{
	display: none;
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 650px;
	height: 325px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

#home-adverts li.show-advert
{
	display: block;
}

#home-adverts li img
{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}