.downloads ul {
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	list-style-type:circle;
}

.downloadButtons {
	list-style:none;
	margin-bottom:32px;
	padding:0px;
	
	overflow:hidden;
}

.downloadButtons li {
	display:inline;
}

.downloadButtons a {
	float:left;
	width:250px;
	height:100px;
	
	/*border: 2px groove #222;*/
	background-image:url(/style/images/ButtonBackground250x100.png);
	
	color:#959595;
	font-size:1.3em;
	
	margin-right:32px;
	
	overflow:hidden;
}

.downloadButtons a:hover {
	color:white;
	background-position:250px 0px;
	
	/*background:#151515;*/
}

.downloadButtons img {
	display:block;
	float:left;
	width:64px;
	height:64px;
	margin:18px;
}

.downloadButtons span {
	float:left;
	margin:18px 18px auto auto;
	padding:0px;
}
