#slider { height: 400px; overflow: hidden; }

#slider li img { -moz-border-radius:10px; -webkit-border-radius:10px; }

#slider ul, #slider li {
		margin:0 30px;
		padding:0;
		list-style:none;
		
		}
	
#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:920px;
		height:400px;
		overflow:hidden; 
		position:relative;
		}	
	
#slider li h3 { margin:0; padding:0; }		
#slider li p { margin:0; padding: 10px 0; }
#slider li span {
	
	position: absolute;
	bottom:0;
	left:0;
	width:780px;
	height: auto;
	margin:0;
	padding:20px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 14pt;
	text-align: center;
	
}

/* buttons */

#button-dl-win, #button-dl-linux, #button-dl-mac {

	float: left;
	width: 180px;
	height:57px;
	background: url(../img/dlbuttons-beta.png) no-repeat transparent;
	text-indent: -999999px;
	position: relative;
	left:50px;
	margin-bottom:20px;

}

.inlinedlbuttons #button-dl-win,
.inlinedlbuttons #button-dl-linux,
.inlinedlbuttons #button-dl-mac { left:160px; }

#button-dl-mac {

	background-position: -349px 0;
	width: 140px;

}

#button-dl-linux {

	background-position: -175px 0;
	width: 170px;

}

#button-buy {

	float: left;
	width: 207px;
	height:57px;
	background: url(../img/buynow.png) no-repeat transparent;
	text-indent: -999999px;
	position: relative;
	left:60px;

}
