.mask {
	width: 673px;
	height: 292px;
	position: absolute;
	z-index: 10;	
}

.addLink {
	width: 673px;
	height: 292px;
	position:absolute;
	z-index: 12;
	cursor: pointer;
	background: #FFF;
	opacity: 0.01;
	filter: alpha(opacity=01);
}

.splash {
	width: 673px;
	height: 292px;
}

.description {
	width: 673px;
	height: 64px;
	position: absolute;
	z-index: 5;
	margin: -64px 0 0 0;
	background: url('../imagens/bg-description.png');
	font-family: Trebuchet MS, Arial; 
}
	.description .title {
		margin: 3px 0 0 10px;
		font-size: 30px;
		color:#ffc600;
		font-family: bold;
		font-family: Trebuchet MS, Arial; 
	}
	.description .info {
		font-size: 11px;
		margin: 0 0 0 10px;
		color: #FFF;
		font-family: Trebuchet MS, Arial; 
	}

.controls { 
	width: 664px;
	height: 26px;
	font-family: Trebuchet MS, Arial;
	position: absolute;
	margin: -26px 0 0 0;
	z-index: 15;
}
	.controls .round-border-init,
	.controls .round-border-end {
		width: 10px;
		height: 26px;
		float: right;
		background: url('../imagens/round-border.png');
	}
	.controls .round-border-end {
		background-position:-10px 0;
	}

.splash-controls {
	background:#fff;
	float:right;
}
	.splash-controls a { 
		display: inline-block;
		padding: 0 3px;
		line-height: 25px;
		color:#595959;
		font-size: 12px;
		background-color:#fff;
		text-align:center; 
		text-decoration:none;
	}
	.splash-controls a.selected { 
		font-size: 14px;
		color:#8c1c0d;
	}