.slInstall {
	font: normal 90%/1.5em Arial, sans-serif;
	color: #2a2922;
	width: 400px;
	height: 300px;
	background-color: #000000;
	display: table;
	position: relative;
	overflow: hidden;
}
.slInstall img {
	border: 0px;
}

.slInstall * {
	margin: 0;
	padding: 0;
}
.slInstallPosition {
	width: 100%;
	*position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.slInstallContent {
	background: #ffffff;
	text-align: center;
	width: 100%;
	padding: 40px 10px 20px 10px; /* for IE */
	filter: alpha(opacity=90); /* CSS3 standard */
	opacity: 0.9; 
	*position: relative;
	top: -50%;
}
.slInstallTitle {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
.slInstallDescription {
	margin: 5px 9px 5px 5px;
}

